Merge branch 'master' of github.com:jpetazzo/orchestration-workshop

This commit is contained in:
Jerome Petazzoni
2016-02-14 07:11:13 -08:00

View File

@@ -0,0 +1,23 @@
version: '2'
services:
rng:
build: rng
ports:
- 80
hasher:
build: hasher
ports:
- 80
webui:
build: webui
ports:
- 80
redis:
image: redis
worker:
build: worker