2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-10 00:37:53 +00:00

Merge pull request #1534 from revant/fix-cron-user

fix: backup cron user
This commit is contained in:
Revant Nandgaonkar 2024-12-25 11:41:34 +05:30 committed by GitHub
commit 83ec7d14f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
services:
ofelia:
cron:
image: mcuadros/ofelia:latest
depends_on:
- scheduler
@ -12,3 +12,4 @@ services:
ofelia.enabled: "true"
ofelia.job-exec.datecron.schedule: "${BACKUP_CRONSTRING:-@every 6h}"
ofelia.job-exec.datecron.command: "bench --site all backup"
ofelia.job-exec.datecron.user: "frappe"