mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-24 22:39:22 +01:00
16 lines
205 B
YAML
16 lines
205 B
YAML
watch:
|
|
workers: 20
|
|
schedule: "0 */6 * * *"
|
|
firstCheckNotif: true
|
|
|
|
notif:
|
|
script:
|
|
cmd: "sh"
|
|
args:
|
|
- "/mount/notif.sh"
|
|
|
|
providers:
|
|
dockerfile:
|
|
patterns:
|
|
- /mount/Dockerfile
|