Allow multiple NTS Manager instances to run on the same machine.
[sim/o1-interface.git] / ntsimulator / scripts / docker-compose.yml
index 14741b7..7594ba9 100644 (file)
@@ -1,13 +1,13 @@
 version: '3'
 services:
   ntsimulator:
-    image: "ntsim_manager:latest"
+    image: "o-ran-sc_ntsim_manager:latest"
     container_name: NTS_Manager
     ports:
-     - "172.17.0.1:8300:830"
+     - "8300:830"
     volumes:
      - "/var/run/docker.sock:/var/run/docker.sock"
-     - "/home/parallels/workspace/highstreet/ntsimulator-o-ran/ntsimulator/scripts:/opt/dev/scripts"
+     - "/home/parallels/workspace/highstreet/o-ran-sc-repositories/o1-interface/ntsimulator/scripts:/opt/dev/scripts"
      - "/usr/bin/docker:/usr/bin/docker"
     labels:
       "NTS-manager": ""
@@ -15,5 +15,5 @@ services:
       NTS_IP: "172.17.0.1"
       NETCONF_BASE: 50000
       DOCKER_ENGINE_VERSION: "1.40"
-      MODELS_IMAGE: "ntsim_oran"
+      MODELS_IMAGE: "o-ran-sc_ntsim_oran"