shivasubedi | f4b36ef | 2021-06-23 16:01:10 +0100 | [diff] [blame^] | 1 | # ============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 | |
| 17 | version: "3.7" |
| 18 | |
| 19 | services: |
| 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 |