add some sample docker-compose files

This commit is contained in:
ngtuna
2016-06-30 23:27:36 +07:00
parent ae45163250
commit 69bcf3527d
2 changed files with 77 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
web:
image: tuna/docker-counter23
ports:
- "5000:5000"
links:
- redis
redis:
image: redis:3.0
ports:
- "6379"