Add commented out Mjolnir

This commit is contained in:
A 2025-06-05 09:18:06 -07:00 committed by GitHub
parent 275cc5500a
commit 0a962a0b32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,7 @@ networks:
volumes:
synapse_data:
synapse_db:
mjolnir_data:
services:
### ELEMENT
# synapse is a matrix homeserver running as a service
@ -66,6 +67,19 @@ services:
- source: element-json-config
target: /app/config.json
# See docs/synapse.md for instructions on enabling this
# mjolnir:
# image: matrixdotorg/mjolnir:latest
# restart: unless-stopped
# networks:
# - back
# ports:
# - "127.0.0.1:8001:8001"
# depends_on:
# - synapse
# volumes:
# - mjolnir_data:/data
configs:
synapse-homeserver-config:
file: ../synapse/homeserver.yaml