From 6c1eebd5e5d871f73b511c629807bce489afc120 Mon Sep 17 00:00:00 2001 From: Bendt Date: Mon, 9 Feb 2026 15:26:30 -0500 Subject: [PATCH] Fix Posse-Party health check - increase start_period to 180s for slow Rails startup --- posse-party-stack.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/posse-party-stack.yml b/posse-party-stack.yml index bc2d4c0..8ca226f 100644 --- a/posse-party-stack.yml +++ b/posse-party-stack.yml @@ -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