Update development environment for rabbit

This commit is contained in:
Matthew Jones
2016-08-31 14:47:20 -04:00
parent c112fc3cf4
commit f0b7622672
5 changed files with 5 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ services:
links:
- postgres
- memcached
- qpid
- rabbitmq
# - sync
# volumes_from:
# - sync
@@ -23,9 +23,8 @@ services:
memcached:
image: memcached:alpine
qpid:
image: fedora/qpid:latest
entrypoint: qpidd --auth=no
rabbitmq:
image: rabbitmq:3-management
# Source Code Synchronization Container
# sync: