mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 12:49:43 +02:00
revert: Allow postgres connections that require ssl mode (#408)
This reverts commit d627a5660a
.
This commit is contained in:
parent
0eeb10a4b0
commit
e93cc88f5c
3 changed files with 1 additions and 16 deletions
|
@ -23,11 +23,6 @@ services:
|
|||
- TRUST_PROXY=0
|
||||
- DATABASE_URL=postgresql://postgres@postgres/planka
|
||||
- SECRET_KEY=notsecretkey
|
||||
# related: https://github.com/knex/knex/issues/2354
|
||||
# As knex does not pass query parameters from the connection string we
|
||||
# have to use environment variables in order to pass the desired values, e.g.
|
||||
# note: this is optional
|
||||
# PGSSLMODE=require
|
||||
depends_on:
|
||||
- postgres
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue