From 07af49ee607113b72957c7b2799577f1ad466480 Mon Sep 17 00:00:00 2001 From: Stream Date: Sun, 19 Apr 2026 18:20:01 +0300 Subject: [PATCH] auto-sync: 2026-04-19 18:20:01 --- tasks/flightradar24/compose/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/flightradar24/compose/docker-compose.yml b/tasks/flightradar24/compose/docker-compose.yml index 9c518d0..6f7d3a5 100644 --- a/tasks/flightradar24/compose/docker-compose.yml +++ b/tasks/flightradar24/compose/docker-compose.yml @@ -119,7 +119,7 @@ services: preprocess: condition: service_started healthcheck: - test: ["CMD-SHELL", "curl -sf http://localhost:8080/health || exit 1"] + test: ["CMD-SHELL", "python -c 'import urllib.request; urllib.request.urlopen(\"http://localhost:8080/health\")' || exit 1"] interval: 30s timeout: 5s retries: 3