Add commented out Mjolnir
This commit is contained in:
parent
275cc5500a
commit
0a962a0b32
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user