From c2ff8b09f34111bd7fc7fec18e7c1f1401233e74 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Tue, 1 Jul 2025 12:30:43 +0200 Subject: [PATCH] fix(template): adjust health check interval and retries for excalidraw service --- templates/compose/excalidraw.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/compose/excalidraw.yaml b/templates/compose/excalidraw.yaml index d6f4c9452..bcbe0829a 100644 --- a/templates/compose/excalidraw.yaml +++ b/templates/compose/excalidraw.yaml @@ -16,6 +16,6 @@ services: - '--spider' - '--quiet' - 'http://localhost' - interval: 30s + interval: 10s timeout: 5s - retries: 3 + retries: 10