Update OVIS frontend image reference in ovis-compose.yml

Changed the image reference for the ovis-frontend service to use the updated `ovis-frontend` tag, ensuring consistency with the latest deployment standards.
This commit is contained in:
tm16-medma
2026-07-14 15:36:31 +02:00
parent 67eeeb70c8
commit 6b29be5600
+1 -1
View File
@@ -94,7 +94,7 @@ 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-ccp:latest image: docker.verbis.dkfz.de/ovis/ovis-frontend:latest
container_name: bridgehead-ccp-ovis-frontend container_name: bridgehead-ccp-ovis-frontend
environment: environment:
OVIS_PUBLIC_BASE_PATH: /ccp-ovis OVIS_PUBLIC_BASE_PATH: /ccp-ovis