diff --git a/roles/dawarich/templates/docker-compose.yml.j2 b/roles/dawarich/templates/docker-compose.yml.j2 index a5f9ba7..9392ad5 100644 --- a/roles/dawarich/templates/docker-compose.yml.j2 +++ b/roles/dawarich/templates/docker-compose.yml.j2 @@ -181,7 +181,7 @@ services: - WATCHTOWER_NOTIFICATION_REPORT=true - WATCHTOWER_NOTIFICATIONS=shoutrrr - WATCHTOWER_NOTIFICATION_URL={{ watchtower_gotify_url }} - - WATCHTOWER_NOTIFICATIONS_HOSTNAME=DAWARICH - - WATCHTOWER_NOTIFICATION_TITLE_TAG=DAWARICH + - WATCHTOWER_NOTIFICATIONS_HOSTNAME=dawarich.balders.ca + - WATCHTOWER_NOTIFICATION_TITLE_TAG=Dawarich # Render empty when nothing was updated/failed — see feedback_watchtower_pushover. - 'WATCHTOWER_NOTIFICATION_TEMPLATE={% raw %}{{- if .Report -}}{{- with .Report -}}{{- if or .Updated .Failed -}}{{ len .Updated }} updated, {{ len .Failed }} failed{{- range .Updated}} | updated {{.Name}}{{- end -}}{{- range .Failed}} | FAILED {{.Name}}{{- end -}}{{- end -}}{{- end -}}{{- end -}}{% endraw %}'