mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 07:47:50 +01:00
local docker setup
This commit is contained in:
10
compose.yaml
Normal file
10
compose.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
redis:
|
||||
image: "redis:alpine"
|
||||
ports:
|
||||
- "6379:6379"
|
||||
web:
|
||||
build:
|
||||
dockerfile: Dockerfile.dev
|
||||
ports:
|
||||
- "5000:5000"
|
||||
Reference in New Issue
Block a user