diff options
author | Michael Kaye <1917473+michaelkaye@users.noreply.github.com> | 2018-05-16 09:59:45 +0100 |
---|---|---|
committer | Neil Johnson <neil@matrix.org> | 2018-05-17 18:12:00 +0100 |
commit | 1b1b47aec66e4627b9e365b4a2561cac23aa191c (patch) | |
tree | 0a2b04632a8b7897d69225333c5566dceadb823a | |
parent | bump version and changelog for 0.29.0 (diff) | |
download | synapse-1b1b47aec66e4627b9e365b4a2561cac23aa191c.tar.xz |
Reference synapse docker image and docker-compose
-rw-r--r-- | README.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/README.rst b/README.rst index 28fbe45de6..4fe54b0c90 100644 --- a/README.rst +++ b/README.rst @@ -157,8 +157,9 @@ if you prefer. In case of problems, please see the _`Troubleshooting` section below. -Alternatively, Andreas Peters (previously Silvio Fricke) has contributed a Dockerfile to automate the -above in Docker at https://hub.docker.com/r/avhost/docker-matrix/tags/ +There is an offical synapse image available at https://hub.docker.com/r/matrixdotorg/synapse/tags/ which can be used with the docker-compose file available at `contrib/docker`. Further information on this including configuration options is available in `contrib/docker/README.md`. + +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/ Also, Martin Giess has created an auto-deployment process with vagrant/ansible, tested with VirtualBox/AWS/DigitalOcean - see https://github.com/EMnify/matrix-synapse-auto-deploy |