update docker-compose build, resolves #1377

This commit is contained in:
Leigh Johnson
2016-04-01 10:35:07 -04:00
parent bf5db9cf83
commit 097fba690b
5 changed files with 1 additions and 16 deletions

View File

@@ -6,7 +6,6 @@ tower:
links:
- postgres
- redis
- mongo
- graphite
volumes:
- ../:/tower_devel
@@ -18,17 +17,6 @@ redis:
image: redis:3.0.1
# ports:
# - 6379:6379
mongo:
image: mongo:3.0
# ports:
# - 27017:27017
dockerui:
image: dockerui/dockerui
ports:
- "9000:9000"
privileged: true
volumes:
- /var/run/docker.sock:/var/run/docker.sock
graphite:
image: hopsoft/graphite-statsd
ports: