Gotify Notifications
Deprecated Gotify Notification Options
The following legacy Gotify notification options are deprecated and subject to removal with the release of Watchtower v2:
Use the notification-url configuration option with a gotify:// Shoutrrr URL instead.
Overview
Watchtower can use Shoutrrr’s Gotify service to send Gotify notifications.
Examples
services:
watchtower:
image: nickfedor/watchtower:latest
environment:
WATCHTOWER_NOTIFICATION_URL: "gotify://my.gotify.tld/SuperSecretToken"
volumes:
- /var/run/docker.sock:/var/run/docker.sock/// details | The following legacy Gotify configuration examples are deprecated and will be removed with the release of Watchtower v2. type: warning
services:
watchtower:
image: nickfedor/watchtower:latest
environment:
WATCHTOWER_NOTIFICATIONS: gotify
WATCHTOWER_NOTIFICATION_GOTIFY_URL: "https://my.gotify.tld/"
WATCHTOWER_NOTIFICATION_GOTIFY_TOKEN: "SuperSecretToken"
WATCHTOWER_NOTIFICATION_GOTIFY_TLS_SKIP_VERIFY: true
volumes:
- /var/run/docker.sock:/var/run/docker.sock///
Last updated on