rajendrajaiswal | 6a61ad8 | 2019-12-16 14:24:02 +0000 | [diff] [blame] | 1 | version: '3' |
| 2 | |
| 3 | services: |
| 4 | netopeer2: |
rajendrajaiswal | 318533f | 2020-03-09 15:41:41 +0000 | [diff] [blame] | 5 | image: nexus3.onap.org:10001/onap/integration/simulators/netconf-pnp-simulator:2.6.1 |
| 6 | container_name: netconf-pnp-pmsh |
rajendrajaiswal | 6a61ad8 | 2019-12-16 14:24:02 +0000 | [diff] [blame] | 7 | restart: always |
| 8 | ports: |
| 9 | - "830:830" |
| 10 | - "6513:6513" |
| 11 | volumes: |
rajendrajaiswal | 318533f | 2020-03-09 15:41:41 +0000 | [diff] [blame] | 12 | - ./:/config/modules/pnf-subscriptions |
rajendrajaiswal | 6a61ad8 | 2019-12-16 14:24:02 +0000 | [diff] [blame] | 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 |