From 0c4b6a2fb7733492ea0ee7370a7fecdbe5c799a4 Mon Sep 17 00:00:00 2001 From: Faraphel Date: Wed, 3 Jul 2024 23:01:07 +0200 Subject: [PATCH] fixed the healthcheck with the new API url scheme --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 60be216..5e147b8 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -52,7 +52,7 @@ services: KAFKA_BOOTSTRAP_SERVERS: kafka:9092 TEMPERATURE_TOPIC: "temperature-fahrenheit" healthcheck: - test: curl --fail http://localhost:8080/ping + test: curl --fail http://localhost:8080/v1/ping start_period: 10s timeout: 5s interval: 60s