fixed the healthcheck with the new API url scheme

This commit is contained in:
Faraphel 2024-07-03 23:01:07 +02:00
parent 6434d27738
commit 0c4b6a2fb7

View file

@ -52,7 +52,7 @@ services:
KAFKA_BOOTSTRAP_SERVERS: kafka:9092 KAFKA_BOOTSTRAP_SERVERS: kafka:9092
TEMPERATURE_TOPIC: "temperature-fahrenheit" TEMPERATURE_TOPIC: "temperature-fahrenheit"
healthcheck: healthcheck:
test: curl --fail http://localhost:8080/ping test: curl --fail http://localhost:8080/v1/ping
start_period: 10s start_period: 10s
timeout: 5s timeout: 5s
interval: 60s interval: 60s