15 lines
244 B
YAML
15 lines
244 B
YAML
watch:
|
|
schedule: 0 */6 * * *
|
|
firstCheckNotif: true
|
|
|
|
notif:
|
|
gotify:
|
|
endpoint: http://gotify
|
|
tokenFile: /run/secrets/gotify_token
|
|
|
|
providers:
|
|
docker:
|
|
endpoint: tcp://docker:2375
|
|
watchByDefault: true
|
|
watchStopped: true
|