Skip to content
This repository was archived by the owner on Jun 30, 2018. It is now read-only.

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
Add RabbitMQ service
  • Loading branch information
pgrau committed Apr 30, 2016
1 parent 6eaaadf commit 7133047
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ front:
- memcached:memcached
- redis:redis
- elasticsearch:elasticsearch
- rabbitmq:rabbitmq
volumes:
- ./www:/var/www
- ./sites:/etc/nginx/conf.d
Expand Down Expand Up @@ -42,3 +43,9 @@ elasticsearch:
ports:
- "9200:9200"
- "9300:9300"

rabbitmq:
image: rabbitmq:3.6.1-management
ports:
- "15672:15672"
- "5672:5672"

0 comments on commit 7133047

Please sign in to comment.