233bd0b700
mautrix-telegram. Telegram bridge for Matrix. Closes #31. Reviewed-on: #33
768 B
768 B
Synapse (Matrix.org server)
Create internal network for Matrix services
docker network create --internal matrix
Generate server configuration
Do not forget to prepare .env
file before running this.
docker-compose run synapse generate
After that you can edit ./data/homeserver.yaml
according to your needs.
If you want to use full-fledged PostgreSQL instead of SQLite, you can check this documentation.
To use PostgreSQL running on the host machine, use this configuration.
Run the server
docker-compose up -d