🔧(frontend) make app title customizable with env variable override

Replace default "visio" with "LaSuite Meet" and allow env variable
customization. Default Docker image uses "LaSuite Meet", but deployments
can override with custom values by setting env vars and rebuilding.
This commit is contained in:
lebaudantoine
2025-06-06 21:57:57 +02:00
committed by aleb_the_flash
parent e01b1713c4
commit 018eec8a46
8 changed files with 8 additions and 2 deletions

View File

@@ -138,6 +138,7 @@ services:
target: frontend-production
args:
VITE_API_BASE_URL: "http://localhost:8071"
VITE_APP_TITLE: "LaSuite Meet"
image: meet:frontend-development
ports:
- "3000:8080"