Moved to _dev

This commit is contained in:
2025-09-20 16:11:47 +02:00
parent fb1a8753b7
commit b2ba11fcd3
1670 changed files with 224899 additions and 0 deletions

26
diun/compose.yaml Normal file
View File

@@ -0,0 +1,26 @@
name: diun
volumes:
data:
services:
diun:
container_name: diun
image: crazymax/diun:latest
command: serve
volumes:
- data:/data
- /var/run/docker.sock:/var/run/docker.sock
environment:
- TZ=${TZ:-Europe/Paris}
- DIUN_WATCH_WORKERS=20
- DIUN_WATCH_SCHEDULE=0 */6 * * *
- DIUN_WATCH_JITTER=30s
- DIUN_PROVIDERS_DOCKER=true
- DIUN_NOTIF_GOTIFY_ENDPOINT=http://gotify.delmar.bzh
- DIUN_NOTIF_GOTIFY_TOKEN=${TOKEN:-}
- DIUN_NOTIF_GOTIFY_PRIORITY=1
- DIUN_NOTIF_GOTIFY_TIMEOUT=10s
labels:
- diun.enable=true
restart: always