Skip to content

Instantly share code, notes, and snippets.

@dcunited08
Created April 20, 2016 16:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcunited08/9824ce4e63e3669e81ca407f5b2cda39 to your computer and use it in GitHub Desktop.
Save dcunited08/9824ce4e63e3669e81ca407f5b2cda39 to your computer and use it in GitHub Desktop.
hasher:
image: 'jpetazzo/dockercoins_hasher:1456493297'
target_num_containers: 4
redis:
image: 'redis:latest'
rng:
image: 'jpetazzo/dockercoins_rng:1456493297'
target_num_containers: 4
webui:
image: 'jpetazzo/dockercoins_webui:1456493297'
links:
- redis
ports:
- '8000:80'
worker:
image: 'jpetazzo/dockercoins_worker:1456493297'
links:
- hasher
- redis
- rng
target_num_containers: 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment