matrix-docker-ansible-deploy/roles/matrix-synapse
Slavi Pantaleev a5ee39266c Go through start.py when launching Synapse
This allows us to benefit from helpful things it does for us,
like enabling jemalloc: https://github.com/matrix-org/synapse/pull/8553

We weren't going through `start.py` before, because it was causing some
conflict with our `docker run --user=...` stuff, but it doesn't seem
to be a problem anymore.

Having done this, we won't need to do things like
https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/941
anymore.
2021-03-19 08:16:59 +02:00
..
defaults Adding vars to synapse for private servers. 2021-03-14 00:39:44 -03:00
files Run Synapse workers in their own containers 2021-01-25 12:14:46 +02:00
tasks Add Synapse worker presets for easier configuration 2021-02-19 11:38:47 +02:00
templates Go through start.py when launching Synapse 2021-03-19 08:16:59 +02:00
vars Upgrade Synapse (v1.27.0 -> v1.28.0) 2021-02-25 13:40:35 +02:00