blob: af9494a2a3feb447a67758e92cd2821929c731b0 [file] [log] [blame]
Pawel Kadlubanski43269652018-06-15 16:13:45 +02001version: '3'
2
3services:
4 pnf-simulator:
5 container_name: pnf-simulator
6 image: nexus3.onap.org:10003/onap/pnf-simulator:latest
7 ports:
8 - "5000:5000"
9 volumes:
10 - ./logs:/var/log
11 env_file:
12 - ./config/netconf.env
13 depends_on:
14 - netopeer
15
16 netopeer:
17 container_name: netopeer
18 image: sysrepo/sysrepo-netopeer2:latest
19 ports:
20 - "830:830"
21 env_file:
22 - ./config/netconf.env
23 volumes:
24 - ./netconf:/netconf