From 95e5b320e56f7273a780813f22b6ee235b06f35c Mon Sep 17 00:00:00 2001 From: john Date: Mon, 27 Apr 2026 14:01:22 +0000 Subject: [PATCH] Update diun/docker-compose.yml Change to accommodate GOTIFY move to PROXMOX --- diun/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/diun/docker-compose.yml b/diun/docker-compose.yml index 7f76b36..0581476 100644 --- a/diun/docker-compose.yml +++ b/diun/docker-compose.yml @@ -16,8 +16,8 @@ services: - "DIUN_PROVIDERS_DOCKER=true" - "DIUN_PROVIDERS_DOCKER_WATCHBYDEFAULT=true" - - "DIUN_NOTIF_GOTIFY_ENDPOINT=http://192.168.1.4:8111" # IP address of ELITE cluster for GOTIFY - - "DIUN_NOTIF_GOTIFY_TOKEN=A490zD2Xl3b5wvv" # get your token from Gotify UI + - "DIUN_NOTIF_GOTIFY_ENDPOINT=http://192.168.1.25:8111" # IP address of ELITE cluster for GOTIFY + - "DIUN_NOTIF_GOTIFY_TOKEN=AvAklNQ-hehAyNM" # get your token from Gotify UI - "DIUN_NOTIF_GOTIFY_PRIORITY=5" - "DIUN_NOTIF_GOTIFY_TIMEOUT=10s" labels: