mirror of
https://github.com/samply/bridgehead.git
synced 2026-03-25 06:10:14 +01:00
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user