This commit is contained in:
Tommy 2022-07-04 13:43:59 -04:00 committed by GitHub
parent 94cfe993e5
commit 59e67e52f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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