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:
Shiroyasha 2024-09-21 15:37:16 +03:00
parent f0599aec9e
commit 0103c31d69
Signed by: shiroyashik
GPG key ID: E4953D3940D7860A
13 changed files with 163 additions and 80 deletions

View file

@ -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