diun
This commit is contained in:
@@ -0,0 +1,18 @@
|
|||||||
|
name: diun
|
||||||
|
|
||||||
|
services:
|
||||||
|
diun:
|
||||||
|
image: crazymax/diun:latest
|
||||||
|
restart: unless-stopped
|
||||||
|
container_name: diun
|
||||||
|
command: serve
|
||||||
|
env_file:
|
||||||
|
- .env
|
||||||
|
volumes:
|
||||||
|
- "./data:/data"
|
||||||
|
- "./diun.yml:/diun.yml:ro"
|
||||||
|
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||||
|
environment:
|
||||||
|
- "TZ=America/New_York"
|
||||||
|
labels:
|
||||||
|
- "diun.enable=true"
|
||||||
@@ -0,0 +1,22 @@
|
|||||||
|
watch:
|
||||||
|
workers: 20
|
||||||
|
schedule: "0 0 6 * * *" # daily at 09:00; six-field cron (sec min hr dom mon dow)
|
||||||
|
firstCheckNotif: false # don't email on first run for every image
|
||||||
|
jitter: 30s
|
||||||
|
|
||||||
|
providers:
|
||||||
|
docker:
|
||||||
|
watchByDefault: true # watch every running container without needing labels
|
||||||
|
watchStopped: false
|
||||||
|
|
||||||
|
notif:
|
||||||
|
mail:
|
||||||
|
host: smtp.fastmail.com
|
||||||
|
port: 465
|
||||||
|
ssl: true
|
||||||
|
insecureSkipVerify: false
|
||||||
|
username: timothykim@fastmail.fm
|
||||||
|
from: root@argento
|
||||||
|
to:
|
||||||
|
- timothykim@fastmail.fm
|
||||||
|
|
||||||
Reference in New Issue
Block a user