fixes
This commit is contained in:
parent
812c44be63
commit
8278515b93
2 changed files with 2 additions and 2 deletions
|
@ -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
|
RUN apk --update --no-cache add envsubst tini postgresql-client
|
||||||
|
|
||||||
|
|
|
@ -68,7 +68,7 @@ global:
|
||||||
# sections. For monolith deployments using SQLite databases,
|
# sections. For monolith deployments using SQLite databases,
|
||||||
# you must configure the "database" block for each component instead.
|
# you must configure the "database" block for each component instead.
|
||||||
database:
|
database:
|
||||||
connection_string: ${DATABASE_URL}
|
connection_string: ${DATABASE_URL}?sslmode=disable
|
||||||
max_open_conns: 90
|
max_open_conns: 90
|
||||||
max_idle_conns: 5
|
max_idle_conns: 5
|
||||||
conn_max_lifetime: -1
|
conn_max_lifetime: -1
|
||||||
|
|
Loading…
Reference in a new issue