merged the tmserver and xaseco repository and included docker-compose.yml

This commit is contained in:
Hendrik Boll 2019-05-12 15:00:14 +02:00
parent 9ea1c309ef
commit e2e8a83493
590 changed files with 53526 additions and 2 deletions

View File

@ -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