Add APP_DOMAIN environment variable to OVIS services in ovis-compose.yml

Introduced the APP_DOMAIN variable to the OVIS service configuration, allowing for dynamic domain assignment based on the HOST environment variable. This enhancement improves flexibility in service deployment.
This commit is contained in:
tm16-medma
2026-07-14 15:36:31 +02:00
parent 992d92c65b
commit ad91011872
+1
View File
@@ -87,6 +87,7 @@ services:
OVIS_PUBLIC_BASE_PATH: /ccp-ovis
PUBLIC_LOGIN_ENABLED: "false"
PUBLIC_OVIS_IMPORT: ccp
APP_DOMAIN: ${HOST}
depends_on:
ovis-backend-apollo:
condition: service_healthy