From 8278515b9367875aa45ef905039dae79cdd11c22 Mon Sep 17 00:00:00 2001 From: Greg Burd Date: Wed, 15 Nov 2023 14:37:51 -0500 Subject: [PATCH] fixes --- dendrite/Dockerfile | 2 +- dendrite/dendrite.in.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dendrite/Dockerfile b/dendrite/Dockerfile index 82b3b46..e3cfcbc 100644 --- a/dendrite/Dockerfile +++ b/dendrite/Dockerfile @@ -1,4 +1,4 @@ -FROM matrixdotorg/dendrite-monolith:v0.13.3 +FROM matrixdotorg/dendrite-monolith:v0.13.4 RUN apk --update --no-cache add envsubst tini postgresql-client diff --git a/dendrite/dendrite.in.yaml b/dendrite/dendrite.in.yaml index 22ba9f0..e34c53d 100644 --- a/dendrite/dendrite.in.yaml +++ b/dendrite/dendrite.in.yaml @@ -68,7 +68,7 @@ global: # sections. For monolith deployments using SQLite databases, # you must configure the "database" block for each component instead. database: - connection_string: ${DATABASE_URL} + connection_string: ${DATABASE_URL}?sslmode=disable max_open_conns: 90 max_idle_conns: 5 conn_max_lifetime: -1