From d955627da7cbd7afba127a0253000d186a7cb357 Mon Sep 17 00:00:00 2001 From: tm16-medma Date: Mon, 23 Mar 2026 13:26:06 +0100 Subject: [PATCH] Update OVIS frontend image reference in ovis-compose.yml Changed the image for the ovis-frontend service to use the new `ovis-frontend-ccp` tag, reflecting the latest version. Removed unnecessary environment variables to streamline the configuration. --- ccp/modules/ovis-compose.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/ccp/modules/ovis-compose.yml b/ccp/modules/ovis-compose.yml index 53a7be95..2048da81 100644 --- a/ccp/modules/ovis-compose.yml +++ b/ccp/modules/ovis-compose.yml @@ -56,13 +56,8 @@ services: - "traefik.http.services.ovis-backend.loadbalancer.server.port=4001" ovis-frontend: - image: docker.verbis.dkfz.de/ovis/ovis-frontend:latest + image: docker.verbis.dkfz.de/ovis/ovis-frontend-ccp:latest container_name: bridgehead-ccp-ovis-frontend - environment: - OVIS_PUBLIC_BASE_PATH: /ccp-ovis - PUBLIC_GRAPHQL_URL: https://${HOST}/ccp-ovis/graphql - PUBLIC_LOGIN_ENABLED: "false" - PUBLIC_OVIS_IMPORT: ccp depends_on: ovis-backend-apollo: condition: service_healthy