Add a docker-compose.yml for redis in the bus sample

This commit is contained in:
Dave Syer
2015-12-21 16:15:52 +00:00
parent c66ed02286
commit a6951f0cbb

4
bus/docker-compose.yml Normal file
View File

@@ -0,0 +1,4 @@
redis:
image: redis
ports:
- "6379:6379"