diff options
author | Slavi Pantaleev <slavi@devture.com> | 2018-10-14 21:50:18 +0300 |
---|---|---|
committer | Slavi Pantaleev <slavi@devture.com> | 2018-10-14 21:50:18 +0300 |
commit | c187638ee9ccd9d87b5698d031d07aa7f0c84117 (patch) | |
tree | 396ccc0020063b2216f1aedc48b06f2a8441d6fe /README.rst | |
parent | Make workers work on Py3 (#4027) (diff) | |
download | synapse-c187638ee9ccd9d87b5698d031d07aa7f0c84117.tar.xz |
Add information about the matrix-docker-ansible-deploy playbook
Signed-off-by: Slavi Pantaleev <slavi@devture.com>
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.rst b/README.rst index e1ea351f84..456a3d9d43 100644 --- a/README.rst +++ b/README.rst @@ -174,6 +174,12 @@ Alternatively, Andreas Peters (previously Silvio Fricke) has contributed a Dockerfile to automate a synapse server in a single Docker image, at https://hub.docker.com/r/avhost/docker-matrix/tags/ +Slavi Pantaleev has created an Ansible playbook, +which installs the offical Docker image of Matrix Synapse +along with many other Matrix-related services (Postgres database, riot-web, coturn, mxisd, SSL support, etc.). +For more details, see +https://github.com/spantaleev/matrix-docker-ansible-deploy + Configuring Synapse ------------------- |