Add rabbitMQ container

This commit is contained in:
dsanz 2017-03-08 15:44:53 +01:00
parent c38e078265
commit 9b26253c4a

View File

@ -61,3 +61,8 @@ services:
image: redis
ports:
- "6379:6379"
rabbitmq:
image: rabbitmq
ports:
- "5672:5672"