This commit is contained in:
el 2025-03-20 11:11:19 +01:00
parent 14456d0a66
commit a9208adf5a
8 changed files with 131 additions and 0 deletions

17
diun/compose.yml Normal file
View file

@ -0,0 +1,17 @@
services:
diun:
image: crazymax/diun:latest
container_name: diun
command: serve
volumes:
- ./data:/data
- ./diun.yml:/diun.yml:ro
- /var/run/docker.sock:/var/run/docker.sock
environment:
- TZ=Europe/Paris
- DIUN_PROVIDERS_DOCKER=true
- PUID=XXXX
- PGID=XXXX
labels:
- diun.enable=true
restart: always

14
diun/diun.yml Normal file
View file

@ -0,0 +1,14 @@
notif:
gotify:
endpoint: # URl du notifieur (ex: gotify)
token: # Token pour gotify à prendre sur l'application gotify si utilisation de gotify
priority: 1
timeout: 10s
templateTitle: "{{ .Entry.Image }}"
templateBody: |
Sur XXXX le container {{ .Entry.Image }} doit être mise à jour {{ .Entry.Provider }}.
watch:
workers: 30
schedule: "0 19,23 * * *"
jitter: 30s