claude/heroku-clone-mvp-plan-NREhc #1

Merged
sander merged 42 commits from claude/heroku-clone-mvp-plan-NREhc into main 2026-03-29 07:24:40 +00:00
Showing only changes of commit bd863cdf33 - Show all commits

View file

@ -74,7 +74,7 @@ services:
# SQL files here run once on first init (ignored if data volume already exists). # SQL files here run once on first init (ignored if data volume already exists).
- ./postgres-init:/docker-entrypoint-initdb.d:ro - ./postgres-init:/docker-entrypoint-initdb.d:ro
healthcheck: healthcheck:
test: ["CMD-SHELL", "pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB"] test: ["CMD-SHELL", "pg_isready -U hiy_admin -d hiy"]
interval: 5s interval: 5s
timeout: 5s timeout: 5s
retries: 10 retries: 10