mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 07:47:50 +01:00
add second web server, work around docker compose bug
This commit is contained in:
@@ -7,4 +7,9 @@ services:
|
||||
build:
|
||||
dockerfile: Dockerfile.dev
|
||||
ports:
|
||||
- "5000:5000"
|
||||
- "${CONTAINER_PORT_1}:${WEB_PORT}"
|
||||
web-2:
|
||||
build:
|
||||
dockerfile: Dockerfile.dev
|
||||
ports:
|
||||
- "${CONTAINER_PORT_2}:${WEB_PORT}"
|
||||
|
||||
Reference in New Issue
Block a user