X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=test%2Fsimulator-group%2Fric%2Fdocker-compose.yml;h=5a04ce942d36b645ffa48dc8b3ea4c1e596504a0;hb=82378715d387362e97a064665a2467c587afdeed;hp=fd8fc00d25dde1fa15a8e0ad1b0b3e51458e97a6;hpb=72667f1d4b9e534b38b206f64f2ac67df01a2ed9;p=nonrtric.git diff --git a/test/simulator-group/ric/docker-compose.yml b/test/simulator-group/ric/docker-compose.yml index fd8fc00d..5a04ce94 100644 --- a/test/simulator-group/ric/docker-compose.yml +++ b/test/simulator-group/ric/docker-compose.yml @@ -29,31 +29,48 @@ services: networks: - default ports: - - ${RIC_SIM_PORT}/tcp + - ${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_PORT}/tcp + - ${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_PORT}/tcp + - ${RIC_SIM_INTERNAL_PORT}/tcp + - ${RIC_SIM_INTERNAL_SECURE_PORT}/tcp environment: - A1_VERSION=${G3_A1_VERSION} - REMOTE_HOSTS_LOGGING=1 + - ALLOW_HTTP=true volumes: - - ${RIC_SIM_CERT_MOUNT_DIR}:/usr/src/app/cert:ro \ No newline at end of file + - ${RIC_SIM_CERT_MOUNT_DIR}:/usr/src/app/cert:ro + labels: + - "nrttest_app=RICSIM" + - "nrttest_dp=${RIC_SIM_DISPLAY_NAME}"