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