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
All checks were successful
Portainer Stack Update / update_stack (push) Successful in 1m50s
This commit is contained in:
parent
27ce99e742
commit
b9eca58902
@ -136,9 +136,9 @@ services:
|
|||||||
deploy:
|
deploy:
|
||||||
<<: *cron-deploy
|
<<: *cron-deploy
|
||||||
labels:
|
labels:
|
||||||
swarm.cronjob.enable: "false"
|
swarm.cronjob.enable: "true"
|
||||||
swarm.cronjob.skip-running: "true"
|
swarm.cronjob.skip-running: "true"
|
||||||
swarm.cronjob.schedule: "0 2 * * *"
|
swarm.cronjob.schedule: "0 3 * * *"
|
||||||
|
|
||||||
rclone-cleanup:
|
rclone-cleanup:
|
||||||
image: rclone/rclone:latest
|
image: rclone/rclone:latest
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user