diff options
author | puthuparambil.aditya <aditya.puthuparambil@bell.ca> | 2021-07-13 11:52:13 +0100 |
---|---|---|
committer | puthuparambil.aditya <aditya.puthuparambil@bell.ca> | 2021-07-13 11:52:13 +0100 |
commit | 08fe971ba3012e913b9c9f28aee688a5c581756a (patch) | |
tree | a9092f6ece2974764682ec673467f1b816626fce /docker-compose/docker-compose.yml | |
parent | b208aeb1904a95ebd08466908ae6e222d5a7a75a (diff) |
Expose Prometheus metrics for monitoring ncmp-dmi-plugin
Issue-ID: CPS-492
Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca>
Change-Id: Id8e91883973aec2654ae0e6cc0a859bc1121018a
Diffstat (limited to 'docker-compose/docker-compose.yml')
-rwxr-xr-x | docker-compose/docker-compose.yml | 4 |
1 files changed, 3 insertions, 1 deletions
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!} |