Add commented out Mjolnir
This commit is contained in:
parent
275cc5500a
commit
0a962a0b32
@ -3,6 +3,7 @@ networks:
|
|||||||
volumes:
|
volumes:
|
||||||
synapse_data:
|
synapse_data:
|
||||||
synapse_db:
|
synapse_db:
|
||||||
|
mjolnir_data:
|
||||||
services:
|
services:
|
||||||
### ELEMENT
|
### ELEMENT
|
||||||
# synapse is a matrix homeserver running as a service
|
# synapse is a matrix homeserver running as a service
|
||||||
@ -66,6 +67,19 @@ services:
|
|||||||
- source: element-json-config
|
- source: element-json-config
|
||||||
target: /app/config.json
|
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:
|
configs:
|
||||||
synapse-homeserver-config:
|
synapse-homeserver-config:
|
||||||
file: ../synapse/homeserver.yaml
|
file: ../synapse/homeserver.yaml
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user