Add bus sample for redis and rabbit

This commit is contained in:
Dave Syer
2016-02-15 17:04:55 +00:00
parent 0fcded79b3
commit 4ee1df5c80
9 changed files with 152 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
redis:
image: redis
rabbitmq:
image: rabbitmq:management
ports:
- "6379:6379"
- "5672:5672"
- "15672:15672"