testing backup issues
This commit is contained in:
parent
afbf57d067
commit
8e170046e2
@ -18,11 +18,11 @@ services:
|
||||
image: postgres:17.2
|
||||
deploy:
|
||||
labels:
|
||||
backupbot.backup: "${ENABLE_BACKUPS:-true}"
|
||||
backupbot.backup: "true"
|
||||
backupbot.backup.pre-hook: "/pg_backup.sh backup"
|
||||
backupbot.backup.volumes.db.path: "backup.sql"
|
||||
backupbot.restore: "true"
|
||||
backupbot.restore.post-hook: "/pg_backup.sh restore"
|
||||
backupbot.restore: "${ENABLE_BACKUPS:-true}"
|
||||
environment:
|
||||
- POSTGRES_DB=gotosocial
|
||||
- POSTGRES_USER=gotosocial-user
|
||||
|
Loading…
x
Reference in New Issue
Block a user