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=931e03479a552777755d805972428f8691c5dc1c;hp=9101b5b613c6599ca5023153db6aa839d07210b6;hpb=be9a07faf8fbc1030404bbc71f409eb5e19736ba;p=nonrtric.git diff --git a/test/simulator-group/mrstub/docker-compose.yml b/test/simulator-group/mrstub/docker-compose.yml index 9101b5b6..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,6 +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}"