summaryrefslogtreecommitdiffstats
path: root/heat/docker-compose-1.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'heat/docker-compose-1.yaml')
-rw-r--r--heat/docker-compose-1.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/heat/docker-compose-1.yaml b/heat/docker-compose-1.yaml
index edc6bba..72c84df 100644
--- a/heat/docker-compose-1.yaml
+++ b/heat/docker-compose-1.yaml
@@ -61,9 +61,19 @@ services:
- "10000:10000"
depends_on:
- "consul"
+ - "tls-init"
labels:
- "SERVICE_10000_NAME=config_binding_service"
- "SERVICE_10000_CHECK_HTTP=/healthcheck"
- "SERVICE_10000_CHECK_INTERVAL=15s"
- "SERVICE_10000_CHECK_INITIAL_STATUS=passing"
+ volumes:
+ - "./tls/shared:/opt/tls/shared"
+
+ tls-init:
+ image: "{{ nexus_docker_repo }}/onap/org.onap.dcaegen2.deployments.tls-init-container:{{ dcae_docker_tls }}"
+ container_name: "tls-init"
+ hostname: "tls-init"
+ volumes:
+ - "./tls/shared:/opt/tls/shared"