[LOW] Some services lack health checks for automatic recovery #30

Open
opened 2026-05-05 15:45:01 -05:00 by pjennings · 0 comments
Owner

Labels: area:containers, priority:low, type:enhancement

Description

Several critical services lack health check configurations:

  • Authentik server/worker
  • Forgejo
  • PostgreSQL (postgres1)
  • Valkey (valkey1)
  • Matrix homeserver (tuwunel)

Without health checks, Docker cannot detect and restart unhealthy containers automatically.

Impact

Service outages may go undetected until manual intervention. Slow degradation or partial failures may not trigger restarts.

Add healthcheck configurations to all critical containers with appropriate intervals and retry counts.

**Labels:** area:containers, priority:low, type:enhancement ## Description Several critical services lack health check configurations: - Authentik server/worker - Forgejo - PostgreSQL (postgres1) - Valkey (valkey1) - Matrix homeserver (tuwunel) Without health checks, Docker cannot detect and restart unhealthy containers automatically. ## Impact Service outages may go undetected until manual intervention. Slow degradation or partial failures may not trigger restarts. ## Recommended Fix Add healthcheck configurations to all critical containers with appropriate intervals and retry counts.
Sign in to join this conversation.
No description provided.