boot,store: drop stopping non-existent websockify
It causes certbot timer to fail at startup. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
b664180c9d
commit
6b5b7046af
|
@ -60,7 +60,7 @@ nim_waku_consul_failures_before_critical: 20
|
||||||
# LetsEncrypt via Certbot
|
# LetsEncrypt via Certbot
|
||||||
certbot_docker_enabled: true
|
certbot_docker_enabled: true
|
||||||
certbot_admin_email: 'devops@status.im'
|
certbot_admin_email: 'devops@status.im'
|
||||||
certbot_containers_to_stop: ['websockify']
|
certbot_containers_to_stop: ['{{ nim_waku_cont_name }}']
|
||||||
certbot_certs:
|
certbot_certs:
|
||||||
- domains: [ '{{ nim_waku_websocket_domain }}' ]
|
- domains: [ '{{ nim_waku_websocket_domain }}' ]
|
||||||
|
|
||||||
|
|
|
@ -65,7 +65,7 @@ nim_waku_consul_failures_before_critical: 20
|
||||||
# LetsEncrypt via Certbot
|
# LetsEncrypt via Certbot
|
||||||
certbot_docker_enabled: true
|
certbot_docker_enabled: true
|
||||||
certbot_admin_email: 'devops@status.im'
|
certbot_admin_email: 'devops@status.im'
|
||||||
certbot_containers_to_stop: ['websockify']
|
certbot_containers_to_stop: ['{{ nim_waku_cont_name }}']
|
||||||
certbot_certs:
|
certbot_certs:
|
||||||
- domains: [ '{{ nim_waku_websocket_domain }}' ]
|
- domains: [ '{{ nim_waku_websocket_domain }}' ]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue