Move docker-compose.yml test file to tests

Moves a file that was incorrectly being used from examples to
script/test/fixtures.
This commit is contained in:
Charlie Drage
2017-04-04 09:09:12 -04:00
parent eead1cb8f7
commit ee44a2630f
2 changed files with 14 additions and 4 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"