diff options
author | Alexis de Talhouët <adetalhouet89@gmail.com> | 2019-02-09 18:33:55 -0500 |
---|---|---|
committer | Alexis de Talhouët <adetalhouet89@gmail.com> | 2019-02-12 13:02:59 -0500 |
commit | 91162610de8efaa9c0bfd73ff99fcabe0ef23e8a (patch) | |
tree | 9300ec6ecba33b570812a856ca2b6955d8d268af /ms/controllerblueprints/distribution/src/main/dc/docker-compose.yaml | |
parent | 702a59b0ac36cfdd9eed43e539f953f5277877eb (diff) |
Multiple fixes & enhancement
- 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 <adetalhouet89@gmail.com>
Diffstat (limited to 'ms/controllerblueprints/distribution/src/main/dc/docker-compose.yaml')
-rwxr-xr-x | ms/controllerblueprints/distribution/src/main/dc/docker-compose.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ms/controllerblueprints/distribution/src/main/dc/docker-compose.yaml b/ms/controllerblueprints/distribution/src/main/dc/docker-compose.yaml index 232bfc01..450a3541 100755 --- a/ms/controllerblueprints/distribution/src/main/dc/docker-compose.yaml +++ b/ms/controllerblueprints/distribution/src/main/dc/docker-compose.yaml @@ -22,9 +22,6 @@ services: ports:
- "8080:8080"
restart: always
- volumes:
- - ~/share/vm_ms/controllerblueprints/config:/opt/app/onap/config
- - ~/share/vm_ms/controllerblueprints/logs:/logs
environment:
APPLICATIONNAME: ControllerBluePrints
BUNDLEVERSION: 1.0.0
|