Remove Docker stuff for now

This commit is contained in:
Jonathan Cremin 2015-08-23 19:12:59 +01:00
parent 8d64bb5270
commit f7bd32ab21
8 changed files with 13 additions and 48 deletions

View file

@ -1,16 +0,0 @@
web:
image: kudoz/hostr
env_file: .env-docker
links:
- redis
- mongo
ports:
- 443:4040
redis:
image: redis
ports:
- 6379:6379
mongo:
image: mongo
ports:
- 27017:27017