Correct usage of Domain environment variable. 71/11471/1
authordemx8as6 <martin.skorupski@highstreet-technologies.com>
Sat, 1 Jul 2023 13:31:54 +0000 (13:31 +0000)
committerdemx8as6 <martin.skorupski@highstreet-technologies.com>
Sat, 1 Jul 2023 13:32:35 +0000 (13:32 +0000)
- docker-compose updated

Issue-ID: OAM-340
Change-Id: Ief4758e80839873129838b3fbea7927638adee52
Signed-off-by: demx8as6 <martin.skorupski@highstreet-technologies.com>
solution/smo/oam/docker-compose.yml

index d6e9438..0e5ada6 100755 (executable)
@@ -46,7 +46,7 @@ services:
     container_name: controller
     hostname: controller
     extra_hosts:
-      - "controller.dcn.smo.o-ran-sc.org:${HOST_IP}"
+      - "controller.dcn.${SOLUTION_DOMAIN}:${HOST_IP}"
     healthcheck:
       test: wget --no-verbose --tries=1 --spider http://localhost:${SDNC_REST_PORT}/ready || exit 1
       start_period: 60s