update cronjob to enable scheduling and adjust run time in docker-compose.yml
All checks were successful
Portainer Stack Update / update_stack (push) Successful in 1m50s

This commit is contained in:
krisz 2025-08-23 13:00:31 +02:00
parent 27ce99e742
commit b9eca58902

View File

@ -136,9 +136,9 @@ services:
deploy:
<<: *cron-deploy
labels:
swarm.cronjob.enable: "false"
swarm.cronjob.enable: "true"
swarm.cronjob.skip-running: "true"
swarm.cronjob.schedule: "0 2 * * *"
swarm.cronjob.schedule: "0 3 * * *"
rclone-cleanup:
image: rclone/rclone:latest