Fix GrampsWeb production config: restart policy + sync to nginx sub_filter approach (STI-91)
Some checks failed
CI/CD Pipeline / test (push) Has been cancelled
CI/CD Pipeline / deploy (push) Has been cancelled
Code Quality / quality (push) Has been cancelled

- compose.yml: add restart: unless-stopped to grampsweb (production resilience)
- docker-compose.prod.yml: remove stale container-patching, align to nginx sub_filter
  approach (STI-98/102); update GRAMPSWEB_BASE_URL default to full URL

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
SysAdmin Agent
2026-04-04 17:06:44 +00:00
parent 32acc9886f
commit 8d72f1f12f
2 changed files with 3 additions and 42 deletions

View File

@@ -190,6 +190,7 @@ services:
grampsweb:
image: ghcr.io/gramps-project/grampsweb:latest
restart: unless-stopped
ports:
- "8090:5000"
environment: