rajendrajaiswal | 6a61ad8 | 2019-12-16 14:24:02 +0000 | [diff] [blame] | 1 | version: '3' |
| 2 | |
| 3 | services: |
| 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 |
Bartek Grzybowski | 08bbb09 | 2020-02-18 15:54:33 +0100 | [diff] [blame] | 20 | command: admin:admin:1001 |