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:
Till JS 2026-03-24 11:34:44 +01:00
parent c21347351a
commit 7813e3b4bb

View file

@ -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: