summaryrefslogtreecommitdiffstats
path: root/ms/gra/gra-docker/src/main/dc/docker-compose.yaml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-04-30 14:24:50 -0400
committerDan Timoney <dtimoney@att.com>2021-04-30 14:24:50 -0400
commit2895f181a0cb648d2eb9b258ce86d4e38855c7e2 (patch)
treea1d3c56ca4d235a6d46c501775611cafff294ab5 /ms/gra/gra-docker/src/main/dc/docker-compose.yaml
parent4812dfbcf0c010cb05ec88505a6c473a96644284 (diff)
Support env variables for CADI settings
Update code to read CADI properties using EnvProperties class to resolve env variable references and then pass resolved values to CadiFilter, instead of passing file itself as cadi_prop_files property setting. Change-Id: Ia0da0b711a48a51c3fab06412bf01efdede542a2 Issue-ID: SDNC-1532 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'ms/gra/gra-docker/src/main/dc/docker-compose.yaml')
-rw-r--r--ms/gra/gra-docker/src/main/dc/docker-compose.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/gra/gra-docker/src/main/dc/docker-compose.yaml b/ms/gra/gra-docker/src/main/dc/docker-compose.yaml
index 37a5807..91c8c30 100644
--- a/ms/gra/gra-docker/src/main/dc/docker-compose.yaml
+++ b/ms/gra/gra-docker/src/main/dc/docker-compose.yaml
@@ -51,7 +51,7 @@ services:
aaf-onap-test.osaaf.org: 10.12.5.145
dgbuilder:
- image: onap/ccsdk-dgbuilder-image:latest
+ image: nexus3.onap.org:10001/onap/ccsdk-dgbuilder-image:latest
depends_on:
- db
container_name: gra_dgbuilder