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"] command: ["./script/server"]
healthcheck: healthcheck:
test: ["CMD-SHELL", "curl -fsS http://localhost:3000/up || exit 1"] test: ["CMD-SHELL", "curl -fsS http://localhost:3000/up || exit 1"]
interval: 10s interval: 30s
timeout: 5s timeout: 10s
retries: 5 retries: 10
start_period: 60s start_period: 180s
networks: networks:
- posseparty-network - posseparty-network
- dokploy-network - dokploy-network