diff --git a/README.md b/README.md index 9f7e262..d901f54 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/docker-compose.yml b/docker-compose.yml index 22fb3e6..0866f0f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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