Skip to content

Commit

Permalink
Enable Docker Swarm failover on Main
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed May 2, 2018
1 parent 5d755a5 commit 796189e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion env/main/group_vars/galaxywebservers.yml
Expand Up @@ -73,7 +73,10 @@ containers_yaml:
containers:
_default_:
type: docker_swarm
host: tcp://jetstream-tacc0.galaxyproject.org:2376
host:
- tcp://jetstream-tacc0.galaxyproject.org:2376
- tcp://jetstream-iu0.galaxyproject.org:2376
- tcp://cvmfs1-psu0.galaxyproject.org:2376
force_tlsverify: yes
cpus: 0.5
memory: 980000000
Expand Down

0 comments on commit 796189e

Please sign in to comment.