X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fsimulator-group%2Fric%2Fdocker-compose.yml;h=5a04ce942d36b645ffa48dc8b3ea4c1e596504a0;hb=82378715d387362e97a064665a2467c587afdeed;hp=17ef5aa4332c4d1d56809043dd65cb4fd536e666;hpb=acdd3f361ff7af58b0276789cc5148180a06e552;p=nonrtric.git diff --git a/test/simulator-group/ric/docker-compose.yml b/test/simulator-group/ric/docker-compose.yml index 17ef5aa4..5a04ce94 100644 --- a/test/simulator-group/ric/docker-compose.yml +++ b/test/simulator-group/ric/docker-compose.yml @@ -30,21 +30,47 @@ services: - default ports: - ${RIC_SIM_INTERNAL_PORT}/tcp + - ${RIC_SIM_INTERNAL_SECURE_PORT}/tcp environment: - A1_VERSION=${G1_A1_VERSION} + - REMOTE_HOSTS_LOGGING=1 + - ALLOW_HTTP=true + volumes: + - ${RIC_SIM_CERT_MOUNT_DIR}:/usr/src/app/cert:ro + labels: + - "nrttest_app=RICSIM" + - "nrttest_dp=${RIC_SIM_DISPLAY_NAME}" + g2: image: ${RIC_SIM_IMAGE} networks: - default ports: - ${RIC_SIM_INTERNAL_PORT}/tcp + - ${RIC_SIM_INTERNAL_SECURE_PORT}/tcp environment: - A1_VERSION=${G2_A1_VERSION} + - REMOTE_HOSTS_LOGGING=1 + - ALLOW_HTTP=true + volumes: + - ${RIC_SIM_CERT_MOUNT_DIR}:/usr/src/app/cert:ro + labels: + - "nrttest_app=RICSIM" + - "nrttest_dp=${RIC_SIM_DISPLAY_NAME}" + g3: image: ${RIC_SIM_IMAGE} networks: - default ports: - ${RIC_SIM_INTERNAL_PORT}/tcp + - ${RIC_SIM_INTERNAL_SECURE_PORT}/tcp environment: - - A1_VERSION=${G3_A1_VERSION} \ No newline at end of file + - A1_VERSION=${G3_A1_VERSION} + - REMOTE_HOSTS_LOGGING=1 + - ALLOW_HTTP=true + volumes: + - ${RIC_SIM_CERT_MOUNT_DIR}:/usr/src/app/cert:ro + labels: + - "nrttest_app=RICSIM" + - "nrttest_dp=${RIC_SIM_DISPLAY_NAME}"