Split the project into three modules for every actors #14
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue