infra/diun/docker-compose.yml aktualisiert
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user