From 255099e2bb368a2e8675ffe4af4fc2872c6a3040 Mon Sep 17 00:00:00 2001 From: Micha Date: Mon, 23 Mar 2026 19:22:33 +0000 Subject: [PATCH] infra/diun/docker-compose.yml aktualisiert --- infra/diun/docker-compose.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/infra/diun/docker-compose.yml b/infra/diun/docker-compose.yml index f0418ad..72ff4ee 100644 --- a/infra/diun/docker-compose.yml +++ b/infra/diun/docker-compose.yml @@ -18,7 +18,7 @@ services: DIUN_PROVIDERS_DOCKER: "true" DIUN_PROVIDERS_DOCKER_WATCHBYDEFAULT: "false" DIUN_PROVIDERS_DOCKER_WATCHSTOPPED: "false" - DIUN_NOTIF_GOTIFY_ENDPOINT: http://gotify + DIUN_NOTIF_GOTIFY_ENDPOINT: http://gotify:80 DIUN_NOTIF_GOTIFY_TOKEN: A0X-h.zASUTj_9s volumes: @@ -26,4 +26,11 @@ services: - /var/run/docker.sock:/var/run/docker.sock:ro security_opt: - - no-new-privileges:true \ No newline at end of file + - no-new-privileges:true + + networks: + - frontend_net + +networks: + frontend_net: + external: true \ No newline at end of file