From c7f778c586a03d69ea4a7bb93761bd67a8c65f9a Mon Sep 17 00:00:00 2001 From: Kasinhou <129340513+Kasinhou@users.noreply.github.com> Date: Tue, 1 Sep 2026 12:11:36 +0200 Subject: [PATCH] Pass UI_URL to the frontend as DSPACE_UI_BASEURL --- docker/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 21c8adec4fd..bfccd5a0ae5 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -19,6 +19,7 @@ services: DSPACE_UI_HOST: dspace-angular DSPACE_UI_PORT: 4000 DSPACE_UI_NAMESPACE: / + DSPACE_UI_BASEURL: ${UI_URL:-http://127.0.0.1:4000} DSPACE_REST_SSL: ${DSPACE_SSL:-false} DSPACE_REST_HOST: ${DSPACE_HOST:-localhost} DSPACE_REST_PORT: ${DSPACE_REST_PORT}