Add matrix base_domain and set in synapse config

This commit is contained in:
Jesper Hess 2019-02-09 15:07:16 +01:00
parent ac7b6a17cb
commit 3d09c8592f
Signed by untrusted user: graffen
GPG Key ID: 351A89E40D763F0F
2 changed files with 4 additions and 1 deletions

View File

@ -15,3 +15,6 @@ passit:
fider:
domain: "feedback.{{ base_domain }}"
matrix:
domain: "matrix.{{ base_domain }}"

View File

@ -13,7 +13,7 @@
name: matrix
image: matrixdotorg/synapse:latest
env:
SYNAPSE_SERVER_NAME: my.matrix.host
SYNAPSE_SERVER_NAME: {{ matrix.domain }}
SYNAPSE_REPORT_STATS: no
SYNAPSE_ENABLE_REGISTRATION: yes
SYNAPSE_LOG_LEVEL: INFO