aboutsummaryrefslogtreecommitdiffstats
path: root/development/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'development/docker-compose.yml')
-rw-r--r--development/docker-compose.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/development/docker-compose.yml b/development/docker-compose.yml
index df00dcd5..e85b520b 100644
--- a/development/docker-compose.yml
+++ b/development/docker-compose.yml
@@ -36,9 +36,8 @@ services:
image: docker.io/consul:1.0.6
ports:
- "8500:8500"
- command: ["agent","-bootstrap", "-client=0.0.0.0", "-server", "-ui", "-config-dir=/consul/consul.d"]
volumes:
- - ./consul.d/:/consul/consul.d
+ - ./consul/:/consul/config
consul-config:
image: docker.io/consul:1.0.6
@@ -76,7 +75,7 @@ services:
environment:
JAVA_OPTS: "-Dio.netty.leakDetection.level=paranoid -Dlogback.configurationFile=/etc/ONAP/dcae-hv-ves-collector/logback.xml"
CONSUL_HOST: "consul-server"
- CONFIG_BINDING_SERVICE: "cbs"
+ CONFIG_BINDING_SERVICE: "CBS"
HOSTNAME: "dcae-hv-ves-collector"
healthcheck:
test: ./healthcheck.sh || exit 1