Compare commits

..

2 Commits

Author SHA1 Message Date
chris 563c20b0b7 use external images 2022-05-10 13:14:37 +02:00
chris da1e2bd7f1 flesh out readme 2022-05-10 13:14:33 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Config is cobbled together using the worker documentation: https://matrix-org.gi
* Create containers and volumes: `docker-compose up --no-start`
* Generate Keys and config: `docker-compose run --rm -e SYNAPSE_SERVER_NAME=??? -e SYNAPSE_REPORT_STATS=no synapse generate`
* Read through the generated homeserver.yaml. Take not of generated keys, etc.
* Read through the generated homeserver.yaml. Take note of generated keys, etc.
* Replace homeserver.yaml in your data volume with the one from this repository, adapting to your needs. Use the keys from the step before. Copy the other config-yamls to your /data directory.
* Start the databases: `docker-compose up -d redis postgres`
* Start the synapse services: `docker-compose up -d`