docker-stacks/synapse/README.md
2022-03-19 02:47:33 +03:00

745 B

Synapse (Matrix.org server)

Shared network

You MUST create a shared network synapse for potential ability to communicate with synapse from synapse-admin stack.

docker network create --internal synapse

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.

Running the server

docker-compose up -d