This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user