aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/pmsh-pnf-sim/docker-compose/docker-compose.yml
blob: 54749a3f7d313090082db4682b0da8cfde336610 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
version: '3'

services:
  netopeer2:
    image: nexus3.onap.org:10001/onap/integration/simulators/netconf-pnp-simulator:2.6.2
    container_name: netconf-pnp-pmsh
    restart: always
    ports:
      - "830:830"
      - "6513:6513"
    volumes:
      - ./:/config/modules/pnf-subscriptions
  sftp:
    container_name: sftpserver
    image: atmoz/sftp
    ports:
      - "2222:22"
    volumes:
      - /host/upload:/home/admin
    command: admin:admin:1001