aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 6010f1a..f5551ce 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -16,6 +16,11 @@ services:
KAFKA_SOURCE_TOPIC: config
KAFKA_APPLICATION_ID: avcn-manager
REST_CLIENT_PNFSIMULATOR_ENDPOINT: http://ves-client:5000/simulator/start
+ healthcheck:
+ test: [ "CMD", "curl", "-f", "http://localhost:9090/healthcheck" ]
+ interval: 5s
+ timeout: 5s
+ retries: 5
depends_on:
- avcn-kafka