Skip to content

Instantly share code, notes, and snippets.

@fermayo
Last active November 18, 2015 14:23
Show Gist options
  • Save fermayo/f6fc82a8fee76caabbf4 to your computer and use it in GitHub Desktop.
Save fermayo/f6fc82a8fee76caabbf4 to your computer and use it in GitHub Desktop.

Revisions

  1. fermayo renamed this gist Nov 18, 2015. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. fermayo revised this gist Nov 18, 2015. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -4,5 +4,9 @@ lb:
    - "80:80"
    links:
    - helloworld
    roles:
    - global
    helloworld:
    image: tutum/hello-world
    target_num_containers: 4
    deployment_strategy: high_availability
  3. fermayo created this gist Nov 18, 2015.
    8 changes: 8 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    lb:
    image: tutum/haproxy
    ports:
    - "80:80"
    links:
    - helloworld
    helloworld:
    image: tutum/hello-world