diff --git a/diun/docker-compose.yml b/diun/docker-compose.yml index 334adde..3d4f947 100644 --- a/diun/docker-compose.yml +++ b/diun/docker-compose.yml @@ -16,8 +16,8 @@ services: - "DIUN_PROVIDERS_SWARM=true" - "DIUN_PROVIDERS_SWARM_WATCHBYDEFAULT=true" - - "DIUN_NOTIF_GOTIFY_ENDPOINT=http://192.168.1.4:8111" - - "DIUN_NOTIF_GOTIFY_TOKEN=AKEQs.EZ-5r0Vqs" # get your token from Gotify UI + - "DIUN_NOTIF_GOTIFY_ENDPOINT=http://192.168.1.25:8111" + - "DIUN_NOTIF_GOTIFY_TOKEN=A5wpa4ZLdcKi3J2" # get your token from Gotify UI - "DIUN_NOTIF_GOTIFY_PRIORITY=5" - "DIUN_NOTIF_GOTIFY_TIMEOUT=10s" deploy: