mirror of
https://github.com/samply/bridgehead.git
synced 2026-03-31 19:10:14 +02:00
Add environment variables for OVIS frontend in ovis-compose.yml
Configured new environment variables for the ovis-frontend service, including OVIS_PUBLIC_BASE_PATH, PUBLIC_GRAPHQL_URL, PUBLIC_LOGIN_ENABLED, and PUBLIC_OVIS_IMPORT, to enhance service configuration and accessibility.
This commit is contained in:
@@ -96,6 +96,11 @@ services:
|
||||
ovis-frontend:
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user