This commit is contained in:
2026-04-21 11:16:43 -04:00
parent ee742976e2
commit ad4c607dfb
2 changed files with 40 additions and 0 deletions
+22
View File
@@ -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