aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/pnfsimulator/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/mocks/pnfsimulator/docker-compose.yml')
-rw-r--r--test/mocks/pnfsimulator/docker-compose.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/test/mocks/pnfsimulator/docker-compose.yml b/test/mocks/pnfsimulator/docker-compose.yml
new file mode 100644
index 000000000..af9494a2a
--- /dev/null
+++ b/test/mocks/pnfsimulator/docker-compose.yml
@@ -0,0 +1,24 @@
+version: '3'
+
+services:
+ pnf-simulator:
+ container_name: pnf-simulator
+ image: nexus3.onap.org:10003/onap/pnf-simulator:latest
+ ports:
+ - "5000:5000"
+ volumes:
+ - ./logs:/var/log
+ 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