Split the project into three modules for every actors #14

Merged
faraphel merged 3 commits from container-split into master 2024-07-05 00:39:36 +02:00
Showing only changes of commit 0c4b6a2fb7 - Show all commits

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