fix: use volume name

This commit is contained in:
f
2025-04-14 10:15:41 -03:00
parent ff2d1543a4
commit 500bd060af

View File

@ -52,7 +52,7 @@ services:
labels:
backupbot.backup: "${ENABLE_BACKUPS:-true}"
backupbot.backup.pre-hook: "/pg_backup.sh backup"
backupbot.backup.volumes.postgres.path: "backup.sql"
backupbot.backup.volumes.db.path: "backup.sql"
backupbot.restore.post-hook: '/pg_backup.sh restore'
configs:
- source: pg_backup