00e6c97e9b8a348bd43a3e4fabd6321d1e680cec
[integration/test.git] / csit / variables / netconf / callhome / docker-compose.yaml
1 netopeer2-server:
2   image: sysrepo/sysrepo-netopeer2:latest
3   hostname: netopeer2
4   command: sh -c "
5       /root/init_configuration.sh &&
6       exec netopeer2-server -d -v3"
7   environment:
8      - CALL_HOME_SERVER_IP=ODL_SYSTEM_IP
9      - CALL_HOME_SSH_PORT=6666
10      - CALL_HOME_TLS_PORT=4335
11   volumes:
12     - ./configuration-files:/root/configuration-files
13     - ./init_configuration.sh:/root/init_configuration.sh