From: Timoney, Daniel (dt5972) Date: Wed, 22 Feb 2017 14:08:40 +0000 (-0500) Subject: [DOCKER-COMPOSE] Hardcode LF settings X-Git-Tag: v1.2.1~192 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=9091147e03df2a367ec6b9250325e7aa5d7a64b1;hp=94b542b106ffe91ccd02227684f8b8f84d8e20e8;p=sdnc%2Foam.git [DOCKER-COMPOSE] Hardcode LF settings Hard code LF openecomp docker settings in docker-compose.yml Change-Id: I2c7700f3075bfb2cd8e52f499f8bc246d65ad60c Signed-off-by: Timoney, Daniel (dt5972) Former-commit-id: 9bd0118c19a488062f953c7c71a845b3919a6490 --- diff --git a/installation/src/main/yaml/docker-compose.yml b/installation/src/main/yaml/docker-compose.yml index ac84b717..e7a0db49 100644 --- a/installation/src/main/yaml/docker-compose.yml +++ b/installation/src/main/yaml/docker-compose.yml @@ -17,7 +17,7 @@ services: sdnc: - image: ${ECOMP_DOCKER_HOST}:${ECOMP_DOCKER_PORT}/ecomp/sdnc-image:latest + image: nexus3.openecomp.org:10001/ecomp/sdnc-image:latest depends_on : - db container_name: sdnc_controller_container @@ -39,7 +39,7 @@ services: web: - image: ${ECOMP_DOCKER_HOST}:${ECOMP_DOCKER_PORT}/ecomp/admportal-sdnc-image:latest + image: nexus3.openecomp.org:10001/ecomp/admportal-sdnc-image:latest depends_on: - db container_name: sdnc_portal_container @@ -65,7 +65,7 @@ services: dgbuilder: - image: ${ECOMP_DOCKER_HOST}:${ECOMP_DOCKER_PORT}/ecomp/dgbuilder-sdnc-image:latest + image: nexus3.openecomp.org:10001/ecomp/dgbuilder-sdnc-image:latest depends_on: - db container_name: sdnc_dgbuilder_container