ConfigurationTriggersGotify
Gotify
The gotify trigger lets you send container update notifications via Gotify.
![]()
The gotify trigger lets you send container update notifications via Gotify.
Variables
| Env var | Required | Description | Supported values | Default value when missing |
|---|---|---|---|---|
DD_TRIGGER_GOTIFY_{trigger_name}_PRIORITY | ⚪ | The Gotify message priority | Integer greater or equal than 0 | |
DD_TRIGGER_GOTIFY_{trigger_name}_TOKEN | 🔴 | The Gotify app token url | A valid gotify app token | |
DD_TRIGGER_GOTIFY_{trigger_name}_URL | 🔴 | The Gotify server url | The http or https gotify server address |
This trigger also supports the common configuration variables.
Examples
Create an app on Gotify

Get the Gotify app token

Configure the trigger
services:
drydock:
image: codeswhat/drydock
...
environment:
- DD_TRIGGER_GOTIFY_LOCAL_URL=http://gotify.localhost
- DD_TRIGGER_GOTIFY_LOCAL_TOKEN=AWp8A.TbBO3xpn4docker run \
-e DD_TRIGGER_GOTIFY_LOCAL_URL="http://gotify.localhost" \
-e DD_TRIGGER_GOTIFY_LOCAL_TOKEN="AWp8A.TbBO3xpn4" \
...
codeswhat/drydock