DrydockDrydock
ConfigurationTriggersGotify

Gotify

The gotify trigger lets you send container update notifications via Gotify.

logo

The gotify trigger lets you send container update notifications via Gotify.

Variables

Env varRequiredDescriptionSupported valuesDefault value when missing
DD_TRIGGER_GOTIFY_{trigger_name}_PRIORITYThe Gotify message priorityInteger greater or equal than 0
DD_TRIGGER_GOTIFY_{trigger_name}_TOKEN🔴The Gotify app token urlA valid gotify app token
DD_TRIGGER_GOTIFY_{trigger_name}_URL🔴The Gotify server urlThe http or https gotify server address
This trigger also supports the common configuration variables.

Examples

Create an app on Gotify

image

Get the Gotify app token

image

Configure the trigger

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

On this page