aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/integration/nfsimulator/netconf-server/docker-compose.yml
blob: 5d51c9a209262fe47aecfb32df8c52a42654731b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
version: '3'

services:

  netconf-server:
    container_name: netconf-server
    image: nexus3.onap.org:10003/onap/org.onap.integration.nfsimulator.netconfserver:latest
    environment:
     - ENABLE_TLS=true
    ports:
     - "830:830"
     - "6513:6513"
     - "6555:6555"