From 1298991e9c7f9dc7a3a1700254b7be7e198ec3d7 Mon Sep 17 00:00:00 2001 From: maybeast <78227110+maybeast@users.noreply.github.com> Date: Tue, 15 Oct 2024 11:57:37 +0300 Subject: [PATCH] chore(electrs): increase healthcheck timeout --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index ce3a81e..4d6d839 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -404,7 +404,7 @@ services: healthcheck: test: ["CMD-SHELL", "curl -s $(hostname):3002/blocks/tip/height"] timeout: 1s - retries: 5 + retries: 20 interval: 2s start_period: 5s ports: @@ -442,7 +442,7 @@ services: healthcheck: test: ["CMD-SHELL", "curl -s $(hostname):3003/blocks/tip/height"] timeout: 15s - retries: 10 + retries: 20 interval: 2s start_period: 5s ports: