aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket-be/deployment/install/docker-compose.yml
diff options
context:
space:
mode:
authorChris Donley <christopher.donley@huawei.com>2018-04-12 12:43:23 -0700
committerChris Donley <christopher.donley@huawei.com>2018-04-13 15:42:43 -0700
commitfeb2fddd4cffd634e48629cc3c7648a3e23ddc1b (patch)
tree76c91435e9d38b384a7ec3e8336c88c70907a2d0 /vnfmarket-be/deployment/install/docker-compose.yml
parente345052ecaecde4835b9694251fbdb2110941d90 (diff)
Fix vnfsdk docker naming
updating docker names to include vnfsdk (refrepo, refrepo/postgres) Issue-ID: VNFSDK-251 Change-Id: I0e9843bb6e259a6374dbc61c8fdec3d20902bb54 Signed-off-by: Chris Donley <christopher.donley@huawei.com>
Diffstat (limited to 'vnfmarket-be/deployment/install/docker-compose.yml')
-rw-r--r--vnfmarket-be/deployment/install/docker-compose.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/vnfmarket-be/deployment/install/docker-compose.yml b/vnfmarket-be/deployment/install/docker-compose.yml
index 75f31c20..00e26fb0 100644
--- a/vnfmarket-be/deployment/install/docker-compose.yml
+++ b/vnfmarket-be/deployment/install/docker-compose.yml
@@ -9,7 +9,7 @@ services:
postgres:
container_name: "postgres"
restart: "always"
- image: "${NEXUS_REPO}/onap/refrepo/postgres:${POSTGRES_TAG}"
+ image: "${NEXUS_REPO}/onap/vnfsdk/refrepo/postgres:${POSTGRES_TAG}"
mem_limit: "1g"
memswap_limit: "1g"
ports:
@@ -18,7 +18,7 @@ services:
refrepo:
container_name: "refrepo"
restart: "always"
- image: "${NEXUS_REPO}/onap/refrepo:${REFREPO_TAG}"
+ image: "${NEXUS_REPO}/onap/vnfsdk/refrepo:${REFREPO_TAG}"
ports:
- "8702-8703:8702-8703"
- "8000:8000"