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