mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-09 01:38:20 +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}
|
||||
volumes:
|
||||
- database:/var/lib/mysql
|
||||
- migrations/dlu:/docker-entrypoint-initdb.d
|
||||
- ./migrations/dlu:/docker-entrypoint-initdb.d
|
||||
networks:
|
||||
- darkflame
|
||||
|
||||
@ -34,6 +34,11 @@ services:
|
||||
- ${CLIENT_PATH:?err}:/client
|
||||
depends_on:
|
||||
- database
|
||||
ports:
|
||||
- "1001:1001/udp"
|
||||
- "2000:2000/udp"
|
||||
- "2005:2005/udp"
|
||||
- "3000-3300:3000-3300/udp"
|
||||
|
||||
brickbuildfix:
|
||||
container_name: DarkFlameBrickBuildFix
|
||||
|
Loading…
Reference in New Issue
Block a user