mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-27 00:07:50 +01:00
11 lines
158 B
YAML
11 lines
158 B
YAML
services:
|
|
redis:
|
|
image: "redis:alpine"
|
|
ports:
|
|
- "6379:6379"
|
|
web:
|
|
build:
|
|
dockerfile: Dockerfile.dev
|
|
ports:
|
|
- "5000:5000"
|