diff options
Diffstat (limited to 'heat')
-rw-r--r-- | heat/docker-compose-2.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/heat/docker-compose-2.yaml b/heat/docker-compose-2.yaml index 7fd855d..4fd9d5a 100644 --- a/heat/docker-compose-2.yaml +++ b/heat/docker-compose-2.yaml @@ -61,6 +61,7 @@ services: - "MSB_ADDR={{ msb_ip_addr }}" - "CONSUL_HOST=consul" - "CONSUL_PORT=8500" + - "CONFIG_BINDING_SERVICE=config_binding_service" - "HOSTNAME=mvp-dcae-analytics-holmes-engine-management" ports: - "9102:9102" @@ -78,6 +79,7 @@ services: - "MSB_ADDR={{ msb_ip_addr }}" - "CONSUL_HOST=consul" - "CONSUL_PORT=8500" + - "CONFIG_BINDING_SERVICE=config_binding_service" - "HOSTNAME=mvp-dcae-analytics-holmes-rule-management" ports: - "9101:9101" |