Update element.docker-compose.yml

This commit is contained in:
A 2025-06-05 09:34:34 -07:00 committed by GitHub
parent 6df0a9c325
commit 92c94afaed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,6 +79,9 @@ services:
# - synapse
# volumes:
# - mjolnir_data:/data
# configs:
# - source: mjolnir-production-config
# target: /data/config/production.yaml
configs:
synapse-homeserver-config:
@ -93,4 +96,6 @@ configs:
element-json-config:
file: ../element/config.json
external: false
mjolnir-production-config:
file: ../mjolnir/production.yaml
external: false