Fix Posse-Party health check - increase start_period to 180s for slow Rails startup
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user