From 1d4b0edf3bf42d362ce3f7fef2d31527366adf14 Mon Sep 17 00:00:00 2001 From: Esteban Borai Date: Fri, 9 Feb 2024 20:08:10 -0300 Subject: [PATCH] chore(dev): use element-hq/synapse --- CONTRIBUTING.md | 14 ++++++++++++-- docker-compose.yml | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4a120a2..0b18fa0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,8 +40,8 @@ just backend **When you are ready** -Teardown services using `just stop`. If you want to perform a complete cleanup -use `just clear`. +Teardown services using `just stop`. +If you want to perform a complete cleanup use `just clear`. > **Warning** `just clear` will remove all containers and images. @@ -122,3 +122,13 @@ For this purpose Redis is served as part of the development stack on Docker. The `redis/redis-stack` image contains both Redis Stack server and RedisInsight, you can use RedisInsight by pointing your browser to `localhost:8001`. + +#### Synapse + +There is an official [Synapse][1] image available at https://hub.docker.com/r/matrixdotorg/synapse +or at `ghcr.io/matrix-org/synapse` which can be used with the `docker-compose` +file available at [contrib/docker][2]. Further information on this including +configuration options is available in the README on hub.docker.com. + +[1]: https://matrix-org.github.io/synapse/latest/setup/installation.html#docker-images-and-ansible-playbooks +[2]: https://github.com/matrix-org/synapse/tree/develop/contrib/docker diff --git a/docker-compose.yml b/docker-compose.yml index d105677..a8ff934 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -26,7 +26,7 @@ services: restart: always synapse: - image: 'matrixdotorg/synapse:v1.96.1' + image: 'ghcr.io/element-hq/synapse:v1.100.0' ports: - '8008:8008' - '8448:8448'