fix: litestream single replica + disable healthcheck gate

v0.5.8 dropped multi-replica support — remove the local path replica,
keeping only R2. Also disable litestream's healthcheck so deploy's
`up --wait` isn't gated on the backup service.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Deeman
2026-02-20 12:54:19 +01:00
parent dc02563e52
commit b0f36192a6
3 changed files with 5 additions and 9 deletions

View File

@@ -34,6 +34,8 @@ services:
volumes:
- app-data:/app/data
- ./padelnomics/litestream.yml:/etc/litestream.yml:ro
healthcheck:
disable: true
# ── Blue slot ─────────────────────────────────────────────