Initial setup: Matrix Synapse + Element Web

- docker-compose.yml with Synapse, PostgreSQL 16, Element Web
- Element config pointing to chat.dshkabatur.ru
- .gitignore for data directories

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Денис Шкабатур
2026-02-11 15:55:19 +03:00
commit 3054c98c5d
3 changed files with 73 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
synapse-data/
postgres-data/
*.log