Compare commits
2 Commits
556038e0f2
...
563c20b0b7
Author | SHA1 | Date |
---|---|---|
chris | 563c20b0b7 | |
chris | da1e2bd7f1 |
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue