mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
16 lines
286 B
YAML
16 lines
286 B
YAML
services:
|
|
redis:
|
|
image: "redis:alpine"
|
|
ports:
|
|
- "6379:6379"
|
|
web:
|
|
build:
|
|
dockerfile: Dockerfile.dev
|
|
ports:
|
|
- "${CONTAINER_PORT_1}:${WEB_PORT}"
|
|
web-2:
|
|
build:
|
|
dockerfile: Dockerfile.dev
|
|
ports:
|
|
- "${CONTAINER_PORT_2}:${WEB_PORT}"
|