Skip to content

Instantly share code, notes, and snippets.

@xperimental
Created December 8, 2016 15:49
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 xperimental/9d5f7752bd8b30471eeee4d8ebeb0ab8 to your computer and use it in GitHub Desktop.
Save xperimental/9d5f7752bd8b30471eeee4d8ebeb0ab8 to your computer and use it in GitHub Desktop.
Simple docker cloud demo stack
lb:
image: 'dockercloud/haproxy:latest'
links:
- web
ports:
- '80:80'
roles:
- global
web:
image: 'xperimental/goecho:v1.5'
target_num_containers: 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment