From bbafbe6a072ce3f86dddef5eaa0ace37bf69faa4 Mon Sep 17 00:00:00 2001 From: Marcel Date: Wed, 15 Apr 2026 11:30:04 +0200 Subject: [PATCH] devops(backend): reduce healthcheck start_period to 30s With a pre-built JAR, Spring Boot + Flyway starts in ~15 seconds. The previous 60s was sized for runtime compilation (90+ seconds). Co-Authored-By: Claude Sonnet 4.6 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index ce7cdf73..1a55f04d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -153,7 +153,7 @@ services: interval: 15s timeout: 5s retries: 10 - start_period: 60s + start_period: 30s # JAR starts in ~15s; was 60s when compilation happened at startup # --- Frontend: SvelteKit (Dev Server) --- frontend: