All checks were successful
/ Ansible Lint (push) Successful in 2m25s
With time the volume seems to just keeps growing with cache data, so clean it up once a day.
9 lines
170 B
SYSTEMD
9 lines
170 B
SYSTEMD
[Unit]
|
|
Description=renovate cleanup (delete docker volume) running daily
|
|
|
|
[Timer]
|
|
# @daily with 10 minute offset
|
|
OnCalendar=*-*-* 00:10
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|