Phase 5: ship (healthz, CI test gates, v1.0 README)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-04-18 16:42:47 -04:00
parent ef22e92ac8
commit 7253068fee
4 changed files with 258 additions and 87 deletions
+6
View File
@@ -42,6 +42,12 @@ services:
depends_on:
postgres:
condition: service_healthy
healthcheck:
test: ['CMD-SHELL', 'wget -qO- http://localhost:3000/healthz || exit 1']
interval: 10s
timeout: 5s
retries: 5
start_period: 20s
networks:
- internal