This commit is contained in:
Gregory Burd 2023-11-15 14:37:51 -05:00
parent 812c44be63
commit 8278515b93
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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