File tree Expand file tree Collapse file tree
roles/container_start/tasks Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ container_envs: >
1717 -e COOKIE_SECRET={{ navi_cookie_secret }}
1818 -e DATADOG_HOST={{ datadog_host_address }}
1919 -e DATADOG_PORT={{ datadog_port }}
20- -e ENABLE_CLUSTERING=1
2120 -e ENABLE_LRU_CACHE=1
2221 -e ERROR_URL=http://{{ detention_host_address }}:{{ detention_port }}
2322 -e HTTP_PORT={{ hosted_ports[0] }}
@@ -43,5 +42,4 @@ container_run_opts: >
4342 -d
4443 -P
4544 -v {{ redis_ca_cert_path }}:{{ redis_ca_cert_path }}
46- -v {{ content_domain_certs }}:{{ content_domain_certs }}
4745 {{ container_envs }}
Original file line number Diff line number Diff line change 1313 - role : notify
1414 rollbar_token : " {{ navi_rollbar_token }}"
1515 tags : [ notify ]
16- - { role: builder, tags: [ build ] }
16+ # - { role: builder, tags: [ build ] }
1717 - { role: content-domain-certs }
1818 - { role: tls-server-ca, ca_dest: "{{ redis_ca_cert_path }}" }
1919 - { role: container_start, number_of_containers: 2 }
Original file line number Diff line number Diff line change 2929 number_of_containers : 1
3030
3131- debug :
32+ tags : deploy
3233 msg : starting this many containers -- {{ number_of_containers }}
3334
3435- name : start new container
You can’t perform that action at this time.
0 commit comments