docker-stacks/synapse
Alexey Skobkin ff0df0148c Documentation regarding using the database running on the host machine. 2022-03-19 06:05:27 +03:00
..
data Synapse prototype. 2020-08-05 20:50:51 +03:00
.env.dist Synapse. Adding timezone variable. 2020-08-06 01:42:08 +03:00
README.md Documentation regarding using the database running on the host machine. 2022-03-19 06:05:27 +03:00
docker-compose.yml synapse. Reconfiguring networks. 2022-03-19 06:04:05 +03:00

README.md

Synapse (Matrix.org server)

Generating 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.

Running the server

docker-compose up -d