Last active
November 18, 2015 14:23
-
-
Save fermayo/f6fc82a8fee76caabbf4 to your computer and use it in GitHub Desktop.
training
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lb: | |
image: tutum/haproxy | |
ports: | |
- "80:80" | |
links: | |
- helloworld | |
roles: | |
- global | |
helloworld: | |
image: tutum/hello-world | |
target_num_containers: 4 | |
deployment_strategy: high_availability |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment