File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,21 +13,20 @@ is_redis_update_required: 'yes'
1313
1414# container settings
1515container_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
3231container_run_opts : >
3332 -h {{ name }}
You can’t perform that action at this time.
0 commit comments