feature/MAPG-203-initial-multiplayer-implementation #8

Merged
bence merged 17 commits from feature/MAPG-203-initial-multiplayer-implementation into develop 2021-03-20 20:46:37 +01:00
2 changed files with 13 additions and 4 deletions
Showing only changes of commit 4fabc39d44 - Show all commits

View File

@ -1,14 +1,23 @@
version: '3'
services:
app:
build: ./docker
build:
context: ./docker
dockerfile: Dockerfile-app
ports:
- 80:80
volumes:
- .:/var/www/mapguesser
links:
- 'mariadb'
- 'mail'
multi:
build:
context: ./docker
dockerfile: Dockerfile-multi
ports:
- 5000:5000
- 8090:8090
- 9229:9229
volumes:
- .:/var/www/mapguesser
mariadb:
image: mariadb:10.3
ports: