diff --git a/containers/118-elementsynapse.md b/containers/118-elementsynapse.md index 3608d98..ecbd0be 100644 --- a/containers/118-elementsynapse.md +++ b/containers/118-elementsynapse.md @@ -10,7 +10,7 @@ Matrix homeserver (Synapse). Backs `@dtoro:avispero` and `@claudio:avispero`. - **Mounts:** none from `/mnt/library` - **Public hostname:** [`matrix.hubris.network`](../infrastructure/dns.md) → [caddy](121-caddy.md) → `:8008` - **`server_name`:** `avispero` (intentionally different from the public URL). -- **Database:** PostgreSQL on `127.0.0.1:5432` (the `homeserver.db` SQLite file in `/var/lib/matrix-synapse/` is a leftover, not in use). +- **Database:** Synapse runs on **SQLite** (`/var/lib/matrix-synapse/homeserver.db`, ~90 MiB). PostgreSQL on `127.0.0.1:5432` is dedicated to the mautrix bridge databases (one per bridge), not Synapse itself. ## Service / port map @@ -43,6 +43,18 @@ All five bridges run as plain `docker compose` stacks under `/root/mautrix-