Moved to _dev
This commit is contained in:
26
diun/compose.yaml
Normal file
26
diun/compose.yaml
Normal 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
|
||||
Reference in New Issue
Block a user