X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fsimulator-group%2Fmrstub%2Fdocker-compose.yml;h=608f5c8195f48390a609ca10eda5237dc4a58ad9;hb=93a604b82da289316908c9bfff8380877aaf89e5;hp=02f80a31bb7da25ba45d4257df93e41aefa4ee04;hpb=4f7f0cda2f07f62dcbb2e371fc09764b2337a8e9;p=nonrtric.git diff --git a/test/simulator-group/mrstub/docker-compose.yml b/test/simulator-group/mrstub/docker-compose.yml index 02f80a31..608f5c81 100644 --- a/test/simulator-group/mrstub/docker-compose.yml +++ b/test/simulator-group/mrstub/docker-compose.yml @@ -18,8 +18,8 @@ version: '3.0' networks: default: - external: - name: ${DOCKER_SIM_NWNAME} + external: true + name: ${DOCKER_SIM_NWNAME} services: mr-stub: networks: @@ -34,3 +34,7 @@ services: environment: - TOPIC_READ=${TOPIC_READ} - TOPIC_WRITE=${TOPIC_WRITE} + - GENERIC_TOPICS_UPLOAD_BASEURL=${GENERIC_TOPICS_UPLOAD_BASEURL} + labels: + - "nrttest_app=MR" + - "nrttest_dp=${MR_STUB_DISPLAY_NAME}"