mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 17:19:40 +02:00
fix(infra): use correct pgbackrest Docker image (woblerr/pgbackrest)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
c21347351a
commit
7813e3b4bb
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ services:
|
|||
# Retention: 4 full backups + 14 differential
|
||||
# Restore: see docs/POSTGRES_BACKUP.md
|
||||
postgres-backup:
|
||||
image: pgbackrest/pgbackrest:latest
|
||||
image: woblerr/pgbackrest:latest
|
||||
container_name: mana-infra-pgbackrest
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue