From 2e35bfe4e35e397ac72c5f9da6a7cc1c64f75834 Mon Sep 17 00:00:00 2001 From: Ashraf Masarwa Date: Mon, 20 Apr 2026 13:45:14 +0300 Subject: [PATCH] Add DCM-UI Dockerize Configurations Signed-off-by: Ashraf Masarwa --- compose.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/compose.yaml b/compose.yaml index 5b0a5b4..0adda06 100644 --- a/compose.yaml +++ b/compose.yaml @@ -173,6 +173,17 @@ services: service-provider-manager: { condition: service_started } nats: { condition: service_started } + dcm-ui: + image: quay.io/dcm-project/dcm-ui:latest + pull_policy: always + ports: + - "7007:7007" + environment: + APP_BASE_URL: ${BACKSTAGE_BASE_URL:-http://localhost:7007} + DCM_API_GATEWAY_URL: http://gateway:9080 + depends_on: + gateway: { condition: service_started } + volumes: postgres_data: {} nats_data: {}