Browse Source

Add rabbitMQ container

pull/126/head
dsanz 8 years ago
parent
commit
9b26253c4a
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      docker-compose.yml

+ 5
- 0
docker-compose.yml View File

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

Loading…
Cancel
Save