X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fo1-interface.git;a=blobdiff_plain;f=ntsimulator%2Fscripts%2Fdocker-compose.yml;h=7594ba9e8f35ca7d4e33a8bcfe1b4858200ed0cd;hp=14741b7ebdb83a79a0d0533afe35caaa1179719d;hb=34ec819462d5f81ceeb723e47467bf50a8454f34;hpb=a86f6e2391dcd2e7793f7218f3b91e3a7e0e3bf5 diff --git a/ntsimulator/scripts/docker-compose.yml b/ntsimulator/scripts/docker-compose.yml index 14741b7..7594ba9 100644 --- a/ntsimulator/scripts/docker-compose.yml +++ b/ntsimulator/scripts/docker-compose.yml @@ -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"