mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-12 19:28:21 +00:00
WIP: fix migration volume and add ports
This commit is contained in:
parent
9b0ba22ef9
commit
78a04c90e6
@ -11,7 +11,7 @@ services:
|
|||||||
- MARIADB_DATABASE=${MARIADB_DATABASE:-darkflame}
|
- MARIADB_DATABASE=${MARIADB_DATABASE:-darkflame}
|
||||||
volumes:
|
volumes:
|
||||||
- database:/var/lib/mysql
|
- database:/var/lib/mysql
|
||||||
- migrations/dlu:/docker-entrypoint-initdb.d
|
- ./migrations/dlu:/docker-entrypoint-initdb.d
|
||||||
networks:
|
networks:
|
||||||
- darkflame
|
- darkflame
|
||||||
|
|
||||||
@ -34,6 +34,11 @@ services:
|
|||||||
- ${CLIENT_PATH:?err}:/client
|
- ${CLIENT_PATH:?err}:/client
|
||||||
depends_on:
|
depends_on:
|
||||||
- database
|
- database
|
||||||
|
ports:
|
||||||
|
- "1001:1001/udp"
|
||||||
|
- "2000:2000/udp"
|
||||||
|
- "2005:2005/udp"
|
||||||
|
- "3000-3300:3000-3300/udp"
|
||||||
|
|
||||||
brickbuildfix:
|
brickbuildfix:
|
||||||
container_name: DarkFlameBrickBuildFix
|
container_name: DarkFlameBrickBuildFix
|
||||||
|
Loading…
Reference in New Issue
Block a user