We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8d62ff + f2b4bbe commit 566907fCopy full SHA for 566907f
1 file changed
ansible/group_vars/alpha-palantiri.yml
@@ -8,17 +8,19 @@ npm_version: "2.14.7"
8
9
# container settings
10
container_envs: >
11
+ -e CONSUL_HOST={{ consul_host_address }}:{{ consul_api_port }}
12
-e NODE_ENV={{ node_env }}
13
-e DATADOG_HOST={{ datadog_host_address }}
14
-e DATADOG_PORT={{ datadog_port }}
- -e MAVIS_HOST=http://{{ mavis_hostname }}:80
15
-e RABBITMQ_HOSTNAME={{ rabbit_host_address }}
16
-e RABBITMQ_PASSWORD={{ rabbit_password }}
17
-e RABBITMQ_PORT={{ rabbit_port }}
18
-e RABBITMQ_USERNAME={{ rabbit_username }}
19
-e ROLLBAR_KEY={{ palantiri_rollbar_key }}
20
-e RSS_LIMIT=2000000
21
-e LOG_LEVEL_STDOUT=trace
22
+ -e SWARM_HOSTNAME={{ swarm_host_address }}
23
+ -e SWARM_PORT={{ swarm_master_port }}
24
25
container_run_opts: >
26
-h {{ name }}
0 commit comments