CSIT Support for ServiceLevel PNF Software Upgrade
[integration/csit.git] / plans / usecases-pnf-sw-upgrade / pnf-sw-upgrade / simulators / pnfsim / docker-compose.yml
1 version: '3'
2
3 services:
4   netconf-pnp-simulator:
5     image: nexus3.onap.org:10001/onap/integration/simulators/netconf-pnp-simulator:2.8.6
6     container_name: netconf-pnp-simulator
7     restart: always
8     ports:
9       - "830:830"
10       - "6513:6513"
11     volumes:
12       - ./:/config/modules
13
14   netconf-pnp-simulator-2:
15     image: nexus3.onap.org:10001/onap/integration/simulators/netconf-pnp-simulator:2.8.6
16     container_name: netconf-pnp-simulator-2
17     restart: always
18     ports:
19       - "831:830"
20       - "6514:6513"
21     volumes:
22       - ./:/config/modules