chore: fix healthcheck start_period and clean up curl command

This commit is contained in:
Charles GTE
2026-05-17 09:36:49 +02:00
parent 2eb4a7a0fe
commit 8477889cea
+2 -2
View File
@@ -18,11 +18,11 @@ services:
condition: service_healthy
container_name: portabase-app-prod
healthcheck:
test: ["CMD-SHELL", "curl -f http://localhost:80/api/health || exit 1"]
test: ["CMD-SHELL", "curl -f http://localhost/api/health"]
interval: 30s
timeout: 5s
retries: 3
start_period: 10s
start_period: 60s
db:
image: postgres:16-alpine