From 8a4bdbac45d47af31987e2e054a53347e60b8813 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 27 Apr 2026 16:40:54 +0000 Subject: [PATCH 1/2] Initial plan From 42e13441c6f6931a42657753f32d900855807b70 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 27 Apr 2026 16:43:04 +0000 Subject: [PATCH 2/2] Fix: align postgres healthcheck interval with nestjs-dev and nextjs-dev (5s -> 10s) Agent-Logs-Url: https://github.com/SeattleColleges/nsc-events-fullstack/sessions/f4e7b8a5-7677-42f9-a260-01d662e9f4ae Co-authored-by: TVW96 <103076891+TVW96@users.noreply.github.com> --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 7f47bc1..b65de31 100644 --- a/compose.yaml +++ b/compose.yaml @@ -132,7 +132,7 @@ services: [ "CMD-SHELL", "pg_isready -h localhost -p 5432 -U $$POSTGRES_USER -d $$POSTGRES_DB || exit 1"] - interval: 5s + interval: 10s timeout: 5s retries: 5 start_period: 10s