Update docker-compose of A1 simulator 40/3940/1
authorRehanRaza <muhammad.rehan.raza@est.tech>
Mon, 1 Jun 2020 15:37:13 +0000 (17:37 +0200)
committerRehanRaza <muhammad.rehan.raza@est.tech>
Mon, 1 Jun 2020 15:37:20 +0000 (17:37 +0200)
Change-Id: I4928d9be532e88cc1764970665a35df9010429dc
Issue-ID: NONRTRIC-240
Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
test/simulator-group/ric/docker-compose.yml

index 701a7f5..70ec587 100644 (file)
@@ -34,6 +34,7 @@ services:
     environment:
       - A1_VERSION=${G1_A1_VERSION}
       - REMOTE_HOSTS_LOGGING=1
+      - ALLOW_HTTP=true
     volumes:
       - ${RIC_SIM_CERT_MOUNT_DIR}:/usr/src/app/cert:ro
   g2:
@@ -46,6 +47,7 @@ services:
     environment:
       - A1_VERSION=${G2_A1_VERSION}
       - REMOTE_HOSTS_LOGGING=1
+      - ALLOW_HTTP=true
     volumes:
       - ${RIC_SIM_CERT_MOUNT_DIR}:/usr/src/app/cert:ro
   g3:
@@ -58,5 +60,6 @@ services:
     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