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-03-30 13:40:30 +02:00
parent 5099fdbaf4
commit 04757fbc76

View File

@@ -87,6 +87,7 @@ services:
OVIS_PUBLIC_BASE_PATH: /ccp-ovis OVIS_PUBLIC_BASE_PATH: /ccp-ovis
PUBLIC_LOGIN_ENABLED: "false" PUBLIC_LOGIN_ENABLED: "false"
PUBLIC_OVIS_IMPORT: ccp PUBLIC_OVIS_IMPORT: ccp
APP_DOMAIN: ${HOST}
depends_on: depends_on:
ovis-backend-apollo: ovis-backend-apollo:
condition: service_healthy condition: service_healthy