Skip to content

Commit

Permalink
chore(dev): use element-hq/synapse
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanBorai committed Feb 9, 2024
1 parent ef344f6 commit 1d4b0ed
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 1d4b0ed

Please sign in to comment.