blob: 5112df0e403004aa0ea6432533a1da2026bdbb12 [file] [log] [blame]
version: '3'
services:
pnf-simulator:
container_name: pnf-simulator
image: onap/pnf-simulator:latest
ports:
- "5000:5000"
volumes:
- ./logs:/var/log
- ./json_schema:/json_schema
env_file:
- ./config/netconf.env
depends_on:
- netopeer
netopeer:
container_name: netopeer
image: sysrepo/sysrepo-netopeer2:latest
ports:
- "830:830"
env_file:
- ./config/netconf.env
volumes:
- ./netconf:/netconf