From 4d0a865437fb5cb7a71f133c45011b8cf1814ff8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ullrich=20Sch=C3=A4fer?= Date: Sun, 17 May 2026 21:26:45 +0200 Subject: [PATCH] Fix BRouter healthcheck: use literal | and increase retry window Percent-encoding the | may confuse older curl; use a literal | inside single quotes instead. Also bump retries from 12 to 18 (total window 30s start + 180s probing) to cover slow first-run segment downloads. Co-Authored-By: Claude Sonnet 4.6 --- docker-compose.dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.dev.yml b/docker-compose.dev.yml index 21a2391..2a6d7a9 100644 --- a/docker-compose.dev.yml +++ b/docker-compose.dev.yml @@ -27,7 +27,7 @@ services: test: ["CMD-SHELL", "curl -sf 'http://localhost:17777/brouter?lonlats=13.4,52.5|13.5,52.5&profile=trekking&format=geojson' > /dev/null"] interval: 10s timeout: 10s - retries: 12 + retries: 18 start_period: 30s prometheus: