mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
fix: backup cron user
This commit is contained in:
parent
576370f507
commit
d7ac519e28
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue