mirror of
https://github.com/ArcticFoxes-net/Synapse-Docker-Compose.git
synced 2024-10-01 08:25:44 -04:00
1.3 KiB
1.3 KiB
Synapse-Docker-Compose
Matrix Synapse Docker-Compose
- Update docker-compose.yml
- Run
docker-compose run --rm -e SYNAPSE_SERVER_NAME=yourdomain.tld -e SYNAPSE_REPORT_STATS=no synapse generate
- Update ./files/homeserver.yaml
- Update web_client_location to app.yourdomain.tld (Remember to remove the comment #)
- Update public_baseurl to matrix.yourdomain.tld (Remember to remove the comment #)
- Uncomment serve_server_wellknown to enable it and configure https://yourdoman.tld/.well-known/matrix/server for federation
- Change
pepper
in your password config. Uncomment the setting to enable it. - Change the default database from SQLite to PostgreSQL
- Configure the mail credentials if you have a mail server
- Configure
admin_contact
in the homeserver blocking section - Enable
encryption_enabled_by_default_for_room_type
by default - Edit whatever else you might want to
- Copy config.sample.json from https://github.com/vector-im/element-web to
./element/config.json
and make the approriate adjustments - Follow https://matrix-org.github.io/synapse/latest/turn-howto.html and edit
./coturn/turnserver.conf
accordingly - Run
docker-compose up
and make sure nothing errors out. You can usedocker-compose up -d
to start it in the background if you want.