Update README.md

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-07-31 03:53:15 -07:00 committed by GitHub
parent 728e7362dd
commit 9adff8c49b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
# Synapse-Docker-Compose
Matrix Synapse Docker-Compose
No longer maintained as we switched to a bare metal setup on Ubuntu + ZFS. For a large server, the I/O is too high so we need to optimize performance as much as we can.
1. Update `docker-compose.yml`
2. Update the hostname in `swag/nginx/proxy-confs/synapse.subdomain.conf`, `swag/nginx/proxy-confs/element.subdomain.conf`, and `swag/nginx/proxy-confs/matrix-to.subdomain.conf` approprieately.
3. Run `docker-compose run --rm -e SYNAPSE_SERVER_NAME=yourdomain.tld -e SYNAPSE_REPORT_STATS=no synapse generate`