File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,17 +8,19 @@ npm_version: "2.14.7"
88
99# container settings
1010container_envs : >
11+ -e CONSUL_HOST={{ consul_host_address }}:{{ consul_api_port }}
1112 -e NODE_ENV={{ node_env }}
1213 -e DATADOG_HOST={{ datadog_host_address }}
1314 -e DATADOG_PORT={{ datadog_port }}
14- -e MAVIS_HOST=http://{{ mavis_hostname }}:80
1515 -e RABBITMQ_HOSTNAME={{ rabbit_host_address }}
1616 -e RABBITMQ_PASSWORD={{ rabbit_password }}
1717 -e RABBITMQ_PORT={{ rabbit_port }}
1818 -e RABBITMQ_USERNAME={{ rabbit_username }}
1919 -e ROLLBAR_KEY={{ palantiri_rollbar_key }}
2020 -e RSS_LIMIT=2000000
2121 -e LOG_LEVEL_STDOUT=trace
22+ -e SWARM_HOSTNAME={{ swarm_host_address }}
23+ -e SWARM_PORT={{ swarm_master_port }}
2224
2325container_run_opts : >
2426 -h {{ name }}
Original file line number Diff line number Diff line change 11---
22- hosts : rabbitmq
33- hosts : consul
4+ - hosts : swarm-manager
45
56- hosts : palantiri
67 vars_files :
You can’t perform that action at this time.
0 commit comments