mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 04:51:13 +03:00
The Assets update is now working properly on Linux
Also added a new Workflow and disabled the Rust workflow. Redesigned Dockerfile
This commit is contained in:
parent
f0599aec9e
commit
0103c31d69
13 changed files with 163 additions and 80 deletions
|
|
@ -14,13 +14,17 @@ services:
|
|||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./Config.toml:/app/Config.toml:ro
|
||||
- ./avatars:/app/avatars
|
||||
- ./data:/app/data
|
||||
- ./logs:/app/logs
|
||||
# You can specify the path to the server folder
|
||||
# for Sculptor to use the ban list from it
|
||||
# - ./minecraft-server:/app/mc
|
||||
environment:
|
||||
- RUST_LOG=info
|
||||
# Set your timezone. https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
||||
- TZ=Europe/Moscow
|
||||
# ports:
|
||||
# - 6665
|
||||
## Recommended for use with reverse proxy.
|
||||
# networks:
|
||||
# - traefik
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue