Skip to content

Commit 2baaced

Browse files
author
Anandkumar Patel
committed
remove consul, add swarm
1 parent af71563 commit 2baaced

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

ansible/group_vars/alpha-mavis.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,20 @@ is_redis_update_required: 'yes'
1313

1414
# container settings
1515
container_envs: >
16-
-e PORT={{ hosted_ports[0] }}
17-
-e REDIS_PORT={{ redis_port }}
18-
-e REDIS_IPADDRESS={{ redis_host_address }}
1916
-e DATADOG_HOST={{ datadog_host_address }}
2017
-e DATADOG_PORT={{ datadog_port }}
21-
-e CONTAINER_WEIGHT=0
18+
-e DOCKER_CERT_PATH=/etc/ssl/docker
2219
-e NEWRELIC_KEY={{ new_relic_license_key }}
20+
-e PORT={{ hosted_ports[0] }}
2321
-e RABBITMQ_HOSTNAME={{ rabbit_host_address }}
2422
-e RABBITMQ_PASSWORD={{ rabbit_password }}
2523
-e RABBITMQ_PORT={{ rabbit_port }}
2624
-e RABBITMQ_USERNAME={{ rabbit_username }}
27-
-e CONSUL_HOST={{ consul_host_address }}
28-
-e CONSUL_PORT={{ consul_api_port }}
29-
-e DOCKER_CERT_PATH=/etc/ssl/docker
25+
-e REDIS_IPADDRESS={{ redis_host_address }}
26+
-e REDIS_PORT={{ redis_port }}
3027
-e SWARM_CONTAINER_NAME={{ swarm_container_name }}
28+
-e SWARM_HOSTNAME={{ swarm_host_address }}
29+
-e SWARM_PORT={{ swarm_master_port }
3130
3231
container_run_opts: >
3332
-h {{ name }}

0 commit comments

Comments
 (0)