blob: 5b7e2970fa59be3d6f4a2b3f7abfbee6091d49ee [file] [log] [blame]
shivasubedif4b36ef2021-06-23 16:01:10 +01001# ============LICENSE_START=======================================================
2# Copyright (C) 2021 Nordix Foundation
3# ================================================================================
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15# ============LICENSE_END=========================================================
16
17version: "3.7"
18
19services:
20 ncmp-dmi-plugin:
21 container_name: ncmp-dmi-plugin
22 image: ${DOCKER_REPO:-nexus3.onap.org:10003}/onap/ncmp-dmi-plugin:${VERSION:-latest}
23 ports:
24 - "8883:8080"
25 environment:
26 CPS_USERNAME: ${CPS_USERNAME:-cpsuser}
27 CPS_PASSWORD: ${CPS_PASSWORD:-cpsr0cks!}
28 restart: unless-stopped