From a337d4b4f8210860f1ae0952f238963e5f8c5d36 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Mon, 19 May 2025 22:30:01 +0200 Subject: [PATCH] chore(service): format yamtrack healthcheck --- templates/compose/yamtrack.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/compose/yamtrack.yaml b/templates/compose/yamtrack.yaml index 7b626e737..49e760e8f 100644 --- a/templates/compose/yamtrack.yaml +++ b/templates/compose/yamtrack.yaml @@ -21,8 +21,10 @@ services: condition: service_healthy healthcheck: test: - - CMD-SHELL - - "wget --no-verbose --tries=1 --spider http://127.0.0.1:8000/health/ || exit 1" + [ + "CMD-SHELL", + "wget --quiet --tries=1 --spider http://127.0.0.1:8000/health/ || exit 1", + ] interval: 5s timeout: 20s retries: 10