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.
This commit is contained in:
tm16-medma
2026-03-23 13:26:06 +01:00
parent e292a67ded
commit d955627da7

View File

@@ -56,13 +56,8 @@ services:
- "traefik.http.services.ovis-backend.loadbalancer.server.port=4001" - "traefik.http.services.ovis-backend.loadbalancer.server.port=4001"
ovis-frontend: 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 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: depends_on:
ovis-backend-apollo: ovis-backend-apollo:
condition: service_healthy condition: service_healthy