services/swarm/diun.yaml
traveler c4605c3657
Some checks are pending
Deploy on push / detect (push) Waiting to run
Deploy on push / deploy_swarm (push) Blocked by required conditions
Deploy on push / deploy_compose (push) Blocked by required conditions
convert diun
2026-02-01 17:47:46 -06:00

34 lines
No EOL
779 B
YAML

services:
diun:
image: crazymax/diun:latest
container_name: diun
user: "1964:1964"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
# - ./data:/data
- /data/nfs/znas/Docker/diun:/data
networks:
- netgrimoire
environment:
- TZ=America/Chicago
- DIUN_WATCH_WORKERS=20
- DIUN_WATCH_SCHEDULE=0 */6 * * *
- DIUN_PROVIDERS_DOCKER=true
- DIUN_PROVIDERS_DOCKER_WATCHBYDEFAULT=true
- DIUN_NOTIF_NTFY_ENDPOINT=https://ntfy.netgrimoire.com
- DIUN_NOTIF_NTFY_TOPIC=diun
# - DIUN_NOTIF_NTFY_PRIORITY=default
deploy:
placement:
constraints:
- node.role == manager
labels:
diun.enable: "true"
networks:
netgrimoire:
external: true