Skip to content

Commit

Permalink
fix(memory-store): Change default backup interval to 3 hours
Browse files Browse the repository at this point in the history
Signed-off-by: Diwank Singh Tomer <diwank.singh@gmail.com>
  • Loading branch information
creatorrr committed Sep 27, 2024
1 parent a0331fa commit b1c0615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memory-store/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:

labels:
ofelia.enabled: "true"
ofelia.job-exec.backupcron.schedule: "@every 1h"
ofelia.job-exec.backupcron.schedule: "@every 3h"
ofelia.job-exec.backupcron.environment: '["COZO_PORT=${COZO_PORT}", "COZO_AUTH_TOKEN=${COZO_AUTH_TOKEN}", "COZO_BACKUP_DIR=${COZO_BACKUP_DIR}"]'
ofelia.job-exec.backupcron.command: bash /app/backup.sh

Expand Down

0 comments on commit b1c0615

Please sign in to comment.