[synapse] Disable ssl for syncv3 proxy connection to db

This commit is contained in:
JuliusFreudenberger 2023-11-14 22:04:10 +01:00
parent 4fbb008dfb
commit f3573f4f0e

View file

@ -37,7 +37,7 @@ services:
- VIRTUAL_PORT=8008 # the port the service listens in the container - 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 - LETSENCRYPT_HOST=syncv3.matrix.jfreudenberger.de # the same domain as VIRTUAL_HOST; this enables ssl
- SYNCV3_SERVER=https://matrix.jfreudenberger.de - 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} - SYNCV3_SECRET=${sliding_sync_secret}
networks: networks:
- slidingnet - slidingnet