diun
This commit is contained in:
@@ -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