Allow multiple NTS Manager instances to run on the same machine.
[sim/o1-interface.git] / ntsimulator / scripts / docker-compose.yml
1 version: '3'
2 services:
3   ntsimulator:
4     image: "o-ran-sc_ntsim_manager:latest"
5     container_name: NTS_Manager
6     ports:
7      - "8300:830"
8     volumes:
9      - "/var/run/docker.sock:/var/run/docker.sock"
10      - "/home/parallels/workspace/highstreet/o-ran-sc-repositories/o1-interface/ntsimulator/scripts:/opt/dev/scripts"
11      - "/usr/bin/docker:/usr/bin/docker"
12     labels:
13       "NTS-manager": ""
14     environment:
15       NTS_IP: "172.17.0.1"
16       NETCONF_BASE: 50000
17       DOCKER_ENGINE_VERSION: "1.40"
18       MODELS_IMAGE: "o-ran-sc_ntsim_oran"
19