[OS-250] Parameterize docker-compose script 89/1489/1
authorTimoney, Daniel (dt5972) <dtimoney@att.com>
Mon, 27 Feb 2017 14:47:35 +0000 (09:47 -0500)
committerTimoney, Daniel (dt5972) <dtimoney@att.com>
Mon, 27 Feb 2017 14:47:49 +0000 (09:47 -0500)
Use env variable NEXUS_DOCKER_REPO to refer to docker repository

Change-Id: I017ea0d31afe8a702babc5f0bf3310b89e38322f
Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com>
Former-commit-id: e033b8ad1c89e540767d56857724c36356dba9d2

installation/src/main/yaml/docker-compose.yml

index e7a0db4..2533403 100644 (file)
@@ -17,7 +17,7 @@ services:
   
       
   sdnc:
-    image: nexus3.openecomp.org:10001/ecomp/sdnc-image:latest 
+    image: ${NEXUS_DOCKER_REPO}/ecomp/sdnc-image:latest 
     depends_on :
       - db
     container_name: sdnc_controller_container
@@ -39,7 +39,7 @@ services:
   
   
   web:
-    image: nexus3.openecomp.org:10001/ecomp/admportal-sdnc-image:latest
+    image: ${NEXUS_DOCKER_REPO}/ecomp/admportal-sdnc-image:latest
     depends_on:
       - db
     container_name: sdnc_portal_container
@@ -65,7 +65,7 @@ services:
   
   
   dgbuilder:
-    image: nexus3.openecomp.org:10001/ecomp/dgbuilder-sdnc-image:latest
+    image: ${NEXUS_DOCKER_REPO}/ecomp/dgbuilder-sdnc-image:latest
     depends_on:
       - db
     container_name:  sdnc_dgbuilder_container