infra/diun/docker-compose.yml aktualisiert

This commit is contained in:
2026-03-23 19:22:33 +00:00
parent 78f063a86c
commit 255099e2bb
+8 -1
View File
@@ -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:
@@ -27,3 +27,10 @@ services:
security_opt:
- no-new-privileges:true
networks:
- frontend_net
networks:
frontend_net:
external: true