Update compose #288

This commit is contained in:
khs1994
2017-12-10 11:52:09 +08:00
parent 6bcce7e562
commit 8939af4f97
9 changed files with 63 additions and 299 deletions

View File

@@ -0,0 +1,10 @@
version: '3'
services:
web:
build: .
ports:
- "5000:5000"
redis:
image: "redis:alpine"