From 91162610de8efaa9c0bfd73ff99fcabe0ef23e8a Mon Sep 17 00:00:00 2001 From: Alexis de Talhouët Date: Sat, 9 Feb 2019 18:33:55 -0500 Subject: Multiple fixes & enhancement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Rework docker image build - Fix compress function - Fix node type name for source-primary-db Change-Id: Ide38e17036e76047d9f850b714ba0da4add5cd9d Issue-ID: CCSDK-414 Signed-off-by: Alexis de Talhouët --- ms/blueprintsprocessor/distribution/src/main/dc/docker-compose.yaml | 3 --- 1 file changed, 3 deletions(-) (limited to 'ms/blueprintsprocessor/distribution/src/main/dc') diff --git a/ms/blueprintsprocessor/distribution/src/main/dc/docker-compose.yaml b/ms/blueprintsprocessor/distribution/src/main/dc/docker-compose.yaml index c0eade50..1e197442 100755 --- a/ms/blueprintsprocessor/distribution/src/main/dc/docker-compose.yaml +++ b/ms/blueprintsprocessor/distribution/src/main/dc/docker-compose.yaml @@ -22,9 +22,6 @@ services: ports: - "8000:8080" restart: always - volumes: - - ~/share/vm_ms/blueprintsprocessor/config:/opt/app/onap/config - - ~/share/vm_ms/blueprintsprocessor/logs:/logs environment: APPLICATIONNAME: BlueprintsProcessor BUNDLEVERSION: 1.0.0 -- cgit 1.2.3-korg