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 <noreply@anthropic.com>
This commit is contained in:
Ullrich Schäfer 2026-05-17 21:26:45 +02:00
parent 8fd3dda8c6
commit 4d0a865437
No known key found for this signature in database
GPG key ID: A32FF691A0F752D9

View file

@ -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"] 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 interval: 10s
timeout: 10s timeout: 10s
retries: 12 retries: 18
start_period: 30s start_period: 30s
prometheus: prometheus: