summaryrefslogtreecommitdiffstats
path: root/docker-compose
diff options
context:
space:
mode:
authorhalil.cakal <halil.cakal@est.tech>2023-10-25 12:02:49 +0100
committerhalil.cakal <halil.cakal@est.tech>2023-10-25 14:27:25 +0100
commit56b8406095f2b3f84ad4d28695d9fe420a418270 (patch)
tree7af0239dc1f23927c7bcb810ea0f72ecaf8a8ff7 /docker-compose
parent64af0e27a9848a7fd7fbce80c8dbfba6c720765e (diff)
[BUG] DMI Change management base endpoint
- Update DMI management endpoint from /manage to /actuator - The actuator port is as same as application port - Change CSIT portfolio - Change web config filters - Change docker-compose - Update the docs Issue-ID: CPS-1922 Change-Id: Iab45a625b518f1b24a77c99dbdf20a58105723b6 Signed-off-by: halil.cakal <halil.cakal@est.tech>
Diffstat (limited to 'docker-compose')
-rwxr-xr-xdocker-compose/docker-compose.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/docker-compose/docker-compose.yml b/docker-compose/docker-compose.yml
index ce415e14..859ddb56 100755
--- a/docker-compose/docker-compose.yml
+++ b/docker-compose/docker-compose.yml
@@ -23,7 +23,6 @@ services:
image: ${DOCKER_REPO:-nexus3.onap.org:10003}/onap/ncmp-dmi-plugin:${DMI_VERSION:-latest}
ports:
- ${DMI_PORT:-8783}:8080
- - ${DMI_MANAGEMENT_PORT:-8787}:8081
environment:
CPS_USERNAME: ${CPS_CORE_USERNAME:-cpsuser}
CPS_PASSWORD: ${CPS_CORE_PASSWORD:-cpsr0cks!}