Skip to content

Instantly share code, notes, and snippets.

@manuelleduc
Created November 4, 2015 09:43
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 manuelleduc/56a36bf70253afdf0eb3 to your computer and use it in GitHub Desktop.
Save manuelleduc/56a36bf70253afdf0eb3 to your computer and use it in GitHub Desktop.
haproxy loadbalancer
loadbalancer:
image: tutum/haproxy
ports:
- "8045:80"
links:
- nginx
nginx:
image: nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment