mirror of
https://github.com/ArcticFoxes-net/Synapse-Docker-Compose.git
synced 2024-10-01 08:25:44 -04:00
Update
This commit is contained in:
parent
94cfe993e5
commit
59e67e52f8
@ -14,4 +14,7 @@ Matrix Synapse Docker-Compose
|
||||
- Enable `encryption_enabled_by_default_for_room_type` by default
|
||||
- Edit whatever else you might want to
|
||||
4. Copy config.sample.json from https://github.com/vector-im/element-web to `./element/config.json` and make the approriate adjustments
|
||||
5. Run `docker-compose up` and make sure nothing errors out. You can use `docker-compose up -d` to start it in the background if you want.
|
||||
5. Copy the config from https://github.com/matrix-org/pantalaimon to `./pantalaimon/pantalaimon.conf` and edit it accordingly
|
||||
6. Run `docker-compose up` and make sure nothing errors out. You can use `docker-compose up -d` to start it in the background if you want.
|
||||
7. Create a user for mjolnir
|
||||
8. Copy the config from https://github.com/matrix-org/mjolnir/blob/main/config/default.yaml to `./mjolnir/config/production.yaml and edit it accordingly.
|
||||
|
@ -7,6 +7,7 @@ services:
|
||||
|
||||
synapse:
|
||||
image: docker.io/matrixdotorg/synapse:latest
|
||||
# Altneratively, use https://github.com/Wonderfall/docker-synapse for a hardened image. You gotta build it though.
|
||||
# Since synapse does not retry to connect to the database, restart upon
|
||||
# failure
|
||||
restart: unless-stopped
|
||||
|
Loading…
Reference in New Issue
Block a user