feat(chat): join users to rooms on sign-in

This commit is contained in:
Nathnael
2026-08-17 11:33:26 +00:00
parent 00bd1250ee
commit ab734aecc3
15 changed files with 366 additions and 114 deletions

View File

@@ -140,6 +140,10 @@ services:
context: infrastructure/matrix/element
ports:
- "${ELEMENT_WEB_PORT:-8080}:80"
# config.json is rendered at container start, not baked — one image serves
# dev, staging and prod. See infrastructure/matrix/element/.env.example.
env_file:
- infrastructure/matrix/element/.env
restart: always
volumes: