disable watchtower by default

This commit is contained in:
tom.chivert
2024-03-18 10:52:47 +01:00
parent 6060150671
commit 8398841c2e
10 changed files with 16 additions and 0 deletions

View File

@@ -20,3 +20,4 @@ services:
WATCHTOWER_HTTP_API_METRICS: "{{ watchtower_http_api_metrics }}"
WATCHTOWER_HTTP_API_TOKEN: "{{ watchtower_http_api_token | default('changeme_') }}"
{% endif %}
WATCHTOWER_LABEL_ENABLE: "{{ watchtower_label_enable | default('true') }}"