infra/diun/docker-compose.yml aktualisiert

This commit is contained in:
2026-03-23 19:22:33 +00:00
parent 78f063a86c
commit 255099e2bb
+9 -2
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:
@@ -26,4 +26,11 @@ services:
- /var/run/docker.sock:/var/run/docker.sock:ro
security_opt:
- no-new-privileges:true
- no-new-privileges:true
networks:
- frontend_net
networks:
frontend_net:
external: true