Fixes synapse.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
version: v1.144.0-10
|
||||
version: v1.144.0-12
|
||||
requires:
|
||||
- name: postgres
|
||||
- name: redis
|
||||
@@ -24,6 +24,12 @@ defaultConfig:
|
||||
from: synapse@{{ .cloud.domain }}
|
||||
user: '{{ .apps.smtp.user }}'
|
||||
requireTls: '{{ .apps.smtp.tls }}'
|
||||
central:
|
||||
extraDomains:
|
||||
- domain: '{{ .cloud.baseDomain }}'
|
||||
paths:
|
||||
- /.well-known/matrix
|
||||
- /_matrix
|
||||
defaultSecrets:
|
||||
- key: dbPassword
|
||||
- key: registrationSharedSecret
|
||||
|
||||
Reference in New Issue
Block a user