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 <noreply@anthropic.com>
This commit was merged in pull request #238.
This commit is contained in:
@@ -153,7 +153,7 @@ services:
|
|||||||
interval: 15s
|
interval: 15s
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 10
|
retries: 10
|
||||||
start_period: 60s
|
start_period: 30s # JAR starts in ~15s; was 60s when compilation happened at startup
|
||||||
|
|
||||||
# --- Frontend: SvelteKit (Dev Server) ---
|
# --- Frontend: SvelteKit (Dev Server) ---
|
||||||
frontend:
|
frontend:
|
||||||
|
|||||||
Reference in New Issue
Block a user