Add healthcheck test for Netconf Server
[integration/csit.git] / scripts / integration / nfsimulator / netconf-server / docker-compose.yml
1 version: '3'
2
3 services:
4
5   netconf-server:
6     container_name: netconf-server
7     image: onap/org.onap.integration.nfsimulator.netconfserver:latest
8     environment:
9      - ENABLE_TLS=true
10     ports:
11      - "830:830"
12      - "6513:6513"
13      - "6555:6555"