Further updates to the auto-test environment
[nonrtric.git] / test / simulator-group / ric / docker-compose.yml
index 17ef5aa..fd8fc00 100644 (file)
@@ -29,22 +29,31 @@ services:
     networks:
       - default
     ports:
-      - ${RIC_SIM_INTERNAL_PORT}/tcp
+      - ${RIC_SIM_PORT}/tcp
     environment:
       - A1_VERSION=${G1_A1_VERSION}
+      - REMOTE_HOSTS_LOGGING=1
+    volumes:
+      - ${RIC_SIM_CERT_MOUNT_DIR}:/usr/src/app/cert:ro
   g2:
     image: ${RIC_SIM_IMAGE}
     networks:
       - default
     ports:
-      - ${RIC_SIM_INTERNAL_PORT}/tcp
+      - ${RIC_SIM_PORT}/tcp
     environment:
       - A1_VERSION=${G2_A1_VERSION}
+      - REMOTE_HOSTS_LOGGING=1
+    volumes:
+      - ${RIC_SIM_CERT_MOUNT_DIR}:/usr/src/app/cert:ro
   g3:
     image: ${RIC_SIM_IMAGE}
     networks:
       - default
     ports:
-      - ${RIC_SIM_INTERNAL_PORT}/tcp
+      - ${RIC_SIM_PORT}/tcp
     environment:
-      - A1_VERSION=${G3_A1_VERSION}
\ No newline at end of file
+      - A1_VERSION=${G3_A1_VERSION}
+      - REMOTE_HOSTS_LOGGING=1
+    volumes:
+      - ${RIC_SIM_CERT_MOUNT_DIR}:/usr/src/app/cert:ro
\ No newline at end of file