merged the tmserver and xaseco repository and included docker-compose.yml
This commit is contained in:
parent
9ea1c309ef
commit
e2e8a83493
|
@ -22,7 +22,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "8080:80"
|
- "8080:80"
|
||||||
tmserver:
|
tmserver:
|
||||||
build: .
|
build: ./docker-tmserver
|
||||||
container_name: trackmania_tmserver
|
container_name: trackmania_tmserver
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
|
@ -43,7 +43,7 @@ services:
|
||||||
- "3450:3450"
|
- "3450:3450"
|
||||||
- "3450:3450/udp"
|
- "3450:3450/udp"
|
||||||
xaseco:
|
xaseco:
|
||||||
build: ../xaseco
|
build: ./docker-xaseco
|
||||||
container_name: trackmania_xaseco
|
container_name: trackmania_xaseco
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue