Skip to content

Instantly share code, notes, and snippets.

@rogierslag
Created February 19, 2016 15:05
Show Gist options
  • Save rogierslag/90b0d8398ff1f8633fd2 to your computer and use it in GitHub Desktop.
Save rogierslag/90b0d8398ff1f8633fd2 to your computer and use it in GitHub Desktop.
orchestration workshop
hasher:
image: rogierslag/dockercoins_hasher:1455890856
ports:
- 8002:80
redis:
image: redis
rng:
image: rogierslag/dockercoins_rng:1455890856
ports:
- 8001:80
webui:
image: rogierslag/dockercoins_webui:1455890856
links:
- redis
ports:
- 8000:80
volumes:
- ./webui/files/:/files/
worker:
image: rogierslag/dockercoins_worker:1455890856
links:
- rng
- hasher
- redis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment