From 2f0a24aaad1ce8f1aecb478bf0a03a923366e1e3 Mon Sep 17 00:00:00 2001 From: Micha Date: Sat, 28 Mar 2026 15:01:37 +0000 Subject: [PATCH] chore: remove stale infra/diun (contained plaintext Gotify token) --- infra/diun/docker-compose.yml | 36 ----------------------------------- 1 file changed, 36 deletions(-) delete mode 100644 infra/diun/docker-compose.yml diff --git a/infra/diun/docker-compose.yml b/infra/diun/docker-compose.yml deleted file mode 100644 index 72ff4ee..0000000 --- a/infra/diun/docker-compose.yml +++ /dev/null @@ -1,36 +0,0 @@ -name: diun - -services: - diun: - image: crazymax/diun:4.31.0 - container_name: diun - hostname: diun - command: serve - restart: unless-stopped - - environment: - TZ: Europe/Berlin - LOG_LEVEL: info - LOG_JSON: "false" - DIUN_WATCH_WORKERS: "20" - DIUN_WATCH_SCHEDULE: "0 */6 * * *" - DIUN_WATCH_JITTER: "30s" - DIUN_PROVIDERS_DOCKER: "true" - DIUN_PROVIDERS_DOCKER_WATCHBYDEFAULT: "false" - DIUN_PROVIDERS_DOCKER_WATCHSTOPPED: "false" - DIUN_NOTIF_GOTIFY_ENDPOINT: http://gotify:80 - DIUN_NOTIF_GOTIFY_TOKEN: A0X-h.zASUTj_9s - - volumes: - - /mnt/user/appdata/diun:/data - - /var/run/docker.sock:/var/run/docker.sock:ro - - security_opt: - - no-new-privileges:true - - networks: - - frontend_net - -networks: - frontend_net: - external: true \ No newline at end of file