From 08fe971ba3012e913b9c9f28aee688a5c581756a Mon Sep 17 00:00:00 2001 From: "puthuparambil.aditya" Date: Tue, 13 Jul 2021 11:52:13 +0100 Subject: Expose Prometheus metrics for monitoring ncmp-dmi-plugin Issue-ID: CPS-492 Signed-off-by: puthuparambil.aditya Change-Id: Id8e91883973aec2654ae0e6cc0a859bc1121018a --- docker-compose/docker-compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docker-compose') diff --git a/docker-compose/docker-compose.yml b/docker-compose/docker-compose.yml index 78207f94..81ac5235 100755 --- a/docker-compose/docker-compose.yml +++ b/docker-compose/docker-compose.yml @@ -1,5 +1,6 @@ # ============LICENSE_START======================================================= # Copyright (C) 2021 Nordix Foundation +# Modifications Copyright (C) 2021 Bell Canada. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -23,7 +24,8 @@ services: container_name: ncmp-dmi-plugin image: ${DOCKER_REPO:-nexus3.onap.org:10003}/onap/ncmp-dmi-plugin:${VERSION:-latest} ports: - - "8883:8080" + - "8783:8080" + - "8787:8081" environment: CPS_USERNAME: ${CPS_USERNAME:-cpsuser} CPS_PASSWORD: ${CPS_PASSWORD:-cpsr0cks!} -- cgit 1.2.3-korg