We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b24377 commit 5e62682Copy full SHA for 5e62682
1 file changed
ansible/group_vars/alpha-shiva.yml
@@ -31,6 +31,8 @@ container_envs: >
31
-e REDIS_IPADDRESS={{ redis_host }}
32
-e REGISTRY_HOST={{ registry_host }}
33
-e ROLLBAR_KEY={{ shiva_rollbar_key }}
34
+ -e DOCKER_PORT={{ docker_port }}
35
+ -e SWARM_TOKEN={{ swarm_token }}
36
--hostname={{ name }}
37
38
container_run_opts: "-d -P {{container_envs}}"
0 commit comments