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

This commit is contained in:
2025-07-21 03:57:46 +05:00
parent 176320154f
commit 91e54bb4e0

View File

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