[synapse] Disable ssl for syncv3 proxy connection to db
This commit is contained in:
parent
4fbb008dfb
commit
f3573f4f0e
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ services:
|
|||
- VIRTUAL_PORT=8008 # the port the service listens in the container
|
||||
- LETSENCRYPT_HOST=syncv3.matrix.jfreudenberger.de # the same domain as VIRTUAL_HOST; this enables ssl
|
||||
- SYNCV3_SERVER=https://matrix.jfreudenberger.de
|
||||
- SYNCV3_DB=postgresql://sliding:sliding@sliding-db:5432/sliding?sslmode=prefer
|
||||
- SYNCV3_DB=postgresql://sliding:sliding@sliding-db:5432/sliding?sslmode=disable
|
||||
- SYNCV3_SECRET=${sliding_sync_secret}
|
||||
networks:
|
||||
- slidingnet
|
||||
|
|
Loading…
Reference in a new issue