matrix: fix appservices
This commit is contained in:
parent
1a5d6aa3c3
commit
1038908903
2 changed files with 7 additions and 3 deletions
|
@ -41,9 +41,9 @@ ip_range_whitelist: [10.5.1.245,10.5.1.1]
|
|||
password_config:
|
||||
enabled: false
|
||||
app_service_config_files:
|
||||
- /appservices/facebook.yaml
|
||||
- /appservices/telegram.yaml
|
||||
- /appservices/signal.yaml
|
||||
- /data/facebook.yaml
|
||||
- /data/telegram.yaml
|
||||
- /data/signal.yaml
|
||||
media_storage_providers:
|
||||
- module: s3_storage_provider.S3StorageProviderBackend
|
||||
store_local: True
|
||||
|
|
|
@ -49,6 +49,10 @@ spec:
|
|||
envFrom:
|
||||
- secretRef:
|
||||
name: synapse-janky-solutions
|
||||
- secretRef:
|
||||
name: bridge-facebook
|
||||
- secretRef:
|
||||
name: bridge-signal
|
||||
containers:
|
||||
- image: git.janky.solutions/jankysolutions/infra/synapse:latest
|
||||
name: synapse
|
||||
|
|
Loading…
Reference in a new issue