summaryrefslogtreecommitdiffstats
path: root/docker-compose/docker-compose.yml
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2021-04-06 13:05:40 +0000
committerGerrit Code Review <gerrit@onap.org>2021-04-06 13:05:40 +0000
commitf760afcbdeb6147ebd97ce43c055dce85e0bcfa0 (patch)
tree199e446fabf058426fdd2bc833d590793a8ffe7a /docker-compose/docker-compose.yml
parenta3ceacb9ebf11c6467d66c0f42af714ef93591c2 (diff)
parent34a94b92edd0c359291445735eb3d7e974deea1f (diff)
Merge "rename nf-proxy to network-cm-proxy"
Diffstat (limited to 'docker-compose/docker-compose.yml')
-rw-r--r--docker-compose/docker-compose.yml15
1 files changed, 8 insertions, 7 deletions
diff --git a/docker-compose/docker-compose.yml b/docker-compose/docker-compose.yml
index a2241bcc2..4da74584c 100644
--- a/docker-compose/docker-compose.yml
+++ b/docker-compose/docker-compose.yml
@@ -1,6 +1,7 @@
# ============LICENSE_START=======================================================
# Copyright (c) 2020 Pantheon.tech.
# Modifications Copyright (C) 2021 Bell Canada.
+# Modification (C) 2021 Nordix Foundation
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -33,9 +34,9 @@ services:
# depends_on:
# - dbpostgresql
- #nf-proxy-standalone:
- # container_name: cps-nf-proxy
- # image: cps-nf-proxy:${VERSION}
+ #ncmp-standalone:
+ # container_name: cps-ncmp
+ # image: cps-ncmp:${VERSION}
# volumes:
# - "./application.yml:/app/resources/application.yml"
# ports:
@@ -48,9 +49,9 @@ services:
# depends_on:
# - dbpostgresql
- cps-and-nf-proxy:
- container_name: cps-and-nf-proxy
- image: cps-and-nf-proxy:${VERSION}
+ cps-and-ncmp:
+ container_name: cps-and-ncmp
+ image: cps-and-ncmp:${VERSION}
volumes:
- "./application.yml:/app/resources/application.yml"
ports:
@@ -71,4 +72,4 @@ services:
environment:
POSTGRES_DB: cpsdb
POSTGRES_USER: ${DB_USERNAME}
- POSTGRES_PASSWORD: ${DB_PASSWORD} \ No newline at end of file
+ POSTGRES_PASSWORD: ${DB_PASSWORD}