feat: WIP element Chat intergration

This commit is contained in:
Nathnael
2026-07-31 06:36:03 +00:00
parent a2c30a3c96
commit 00bd1250ee
31 changed files with 1128 additions and 2 deletions

View File

@@ -31,6 +31,11 @@ declare -A SERVICE_ENV_TARGET=(
["passenger-portal"]="apps/edr-passenger-web/portal/.env"
["passenger-backoffice"]="apps/edr-passenger-web/backoffice/.env"
["payment-api"]="apps/edr-payment-api/.env"
["synapse"]="infrastructure/matrix/synapse/.env"
# element-web has no runtime secrets (its config.json is baked into the
# image), but the sync step still runs unconditionally per service and
# needs a PORT= line to compute ELEMENT_WEB_PORT for docker compose.
["element-web"]="infrastructure/matrix/element/.env"
)
for service in "$@"; do