blob: 419e54bb29b38b40a9cbdbb205f2c32b8375080a [file] [log] [blame]
rajendrajaiswal6a61ad82019-12-16 14:24:02 +00001version: '3'
2
3services:
4 netopeer2:
5 image: registry.gitlab.com/blue-onap/docker/sysrepo-netopeer2:v0.7-r2-5
6 container_name: netopeer2
7 restart: always
8 ports:
9 - "830:830"
10 - "6513:6513"
11 volumes:
12 - ./:/config/models/pnf-subscriptions
13 sftp:
14 container_name: sftpserver
15 image: atmoz/sftp
16 ports:
17 - "2222:22"
18 volumes:
19 - /host/upload:/home/admin
20 command: admin:admin:1001