File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : " link"
1+ name : link
22
3- container_image : " registry.runnable.com/runnable/{{ name }}"
3+ container_image : registry.runnable.com/runnable/{{ name }}
44container_tag : " {{ git_branch }}"
5- repo : " git@github.com:CodeNow/{{ name }}.git"
5+ repo : git@github.com:CodeNow/{{ name }}.git
66node_version : " 4.2.1"
77npm_version : " 2.14.7"
88
9- mongo_host : " {{ hostvars[groups['mongo-navi'][0]]['ansible_default_ipv4']['address'] }}"
10-
119container_envs : >
12- -e API_HOST=http://api. {{ domain }}
13- -e DATADOG_HOST={{ datadog_host }}
10+ -e API_HOST=http://{{ api_hostname }}
11+ -e DATADOG_HOST={{ datadog_host_address }}
1412 -e DATADOG_PORT={{ datadog_port }}
1513 -e HELLO_RUNNABLE_GITHUB_TOKEN=5d8f7029d3d6941b0fc62a7eb8c605d8e0bc7c29
16- -e MONGO=mongodb://{{ mongo_host }}:27017 /{{ navi_mongo_database }}
14+ -e MONGO=mongodb://{{ navi_mongo_host_address }}:{{ navi_mongo_port }} /{{ navi_mongo_database }}
1715 -e NODE_ENV={{ node_env }}
18- -e RABBITMQ_HOSTNAME={{ rabbit_host | default(hostvars[groups['rabbitmq'][0]]['ansible_default_ipv4']['address']) }}
16+ -e RABBITMQ_HOSTNAME={{ rabbit_host_address }}
1917 -e RABBITMQ_PASSWORD={{ rabbit_password }}
2018 -e RABBITMQ_PORT={{ rabbit_port }}
2119 -e RABBITMQ_USERNAME={{ rabbit_username }}
2220 -e USER_CONTENT_DOMAIN={{ user_content_domain }}
2321
24- container_run_opts : " -h link -d {{container_envs}}"
22+ container_run_opts : >
23+ -h {{ name }}
24+ -d {{ container_envs }}
You can’t perform that action at this time.
0 commit comments