Matrix Riot service #15

Merged
valberg merged 11 commits from matrix-riot into master 2019-02-09 21:47:13 +00:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit 3d09c8592f - Show all commits

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