test fix :(
All checks were successful
Build and Deploy / deploy (push) Successful in 11s

This commit is contained in:
2025-07-21 04:06:33 +05:00
parent 91e54bb4e0
commit 56eaaa4103
4 changed files with 8 additions and 11 deletions

View File

@ -8,7 +8,7 @@ services:
- "3001:3000"
user: "${UID:-1000}:${GID:-1000}"
volumes:
- minecraft_static:/app/static
- ./app/static:/app/static:rw
env_file:
- .env
depends_on:
@ -25,6 +25,3 @@ services:
- MONGO_INITDB_ROOT_USERNAME=popa
- MONGO_INITDB_ROOT_PASSWORD=2006sit_
restart: always
volumes:
minecraft_static: