| # ============LICENSE_START=============================================== |
| # Copyright (C) 2022 Nordix Foundation. All rights reserved. |
| # ======================================================================== |
| # Licensed under the Apache License, Version 2.0 (the "License"); |
| # you may not use this file except in compliance with the License. |
| # You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. |
| # ============LICENSE_END================================================= |
| # |
| version: '3.0' |
| networks: |
| default: |
| external: true |
| name: smo |
| services: |
| ics: |
| # e rel |
| #image: nexus3.o-ran-sc.org:10001/o-ran-sc/nonrtric-information-coordinator-service:1.2.1 |
| image: nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-plt-informationcoordinatorservice:1.3.0 |
| container_name: informationservice |
| networks: |
| default: |
| aliases: |
| - information-service-container |
| volumes: |
| #- ./ics/db:/var/information-coordinator-service |
| - ./ics/application.yaml:/opt/app/information-coordinator-service/config/application.yaml |
| ports: |
| - 3927:8083 |
| - 8434:8434 |
| labels: |
| - "pmflowtest=cont" |
| |
| control-panel: |
| image: nexus3.o-ran-sc.org:10001/o-ran-sc/nonrtric-controlpanel:2.3.0 |
| container_name: controlpanel |
| ports: |
| - 8088:8080 |
| volumes: |
| - ./control-panel/nginx.conf:/etc/nginx/nginx.conf |
| labels: |
| - "pmflowtest=cont" |
| |
| nonrtric-gateway: |
| image: nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-gateway:1.1.0 |
| container_name: nonrtricgateway |
| networks: |
| - default |
| ports: |
| - 9098:9090 |
| volumes: |
| - ./ngw/application.yaml:/opt/app/nonrtric-gateway/config/application.yaml |
| labels: |
| - "pmflowtest=cont" |
| |
| dmaap-adapter-service: |
| # e rel released |
| #image: nexus3.o-ran-sc.org:10001/o-ran-sc/nonrtric-dmaap-adaptor:1.0.1 |
| # f rel staging |
| image: nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-plt-dmaapadapter:1.1.0 |
| # f rel local |
| #image: o-ran-sc/nonrtric-plt-dmaapadapter:1.1.0-SNAPSHOT |
| container_name: dmaapadapterservice |
| ports: |
| - 9087:8084 |
| - 9088:8435 |
| volumes: |
| # e rel |
| #- ./adp/application.yaml:/opt/app/dmaap-adaptor-service/config/application.yaml |
| # f rel |
| - ./adp/application1.yaml:/opt/app/dmaap-adapter-service/config/application.yaml |
| # e rel |
| #- ./adp/application_configuration.json:/opt/app/dmaap-adaptor-service/data/application_configuration.json |
| # f rel |
| - ./adp/application_configuration.json:/opt/app/dmaap-adapter-service/data/application_configuration.json |
| labels: |
| - "pmflowtest=cont" |
| |
| dmaap-mediator-service: |
| image: nexus3.o-ran-sc.org:10001/o-ran-sc/nonrtric-dmaap-mediator-producer:1.0.1 |
| container_name: dmaapmediatorservice |
| ports: |
| - 3928:8085 |
| - 8185:8185 |
| environment: |
| - INFO_PRODUCER_HOST=http://dmaapmediatorservice |
| - INFO_PRODUCER_PORT=8085 |
| - INFO_COORD_ADDR=http://informationservice:8083 |
| - DMAAP_MR_ADDR=http://onap-dmaap:3904 |
| - LOG_LEVEL=Debug |
| volumes: |
| - ./med/type_config.json:/configs/type_config.json |
| labels: |
| - "pmflowtest=cont" |