Fix Posse-Party health check - increase start_period to 180s for slow Rails startup

This commit is contained in:
Bendt
2026-02-09 15:26:30 -05:00
parent 7eff53c37b
commit 6c1eebd5e5

View File

@@ -54,10 +54,10 @@ services:
command: ["./script/server"]
healthcheck:
test: ["CMD-SHELL", "curl -fsS http://localhost:3000/up || exit 1"]
interval: 10s
timeout: 5s
retries: 5
start_period: 60s
interval: 30s
timeout: 10s
retries: 10
start_period: 180s
networks:
- posseparty-network
- dokploy-network