1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-03 04:25:27 +02:00

revert: Allow postgres connections that require ssl mode (#408)

This reverts commit eea57ff121.
This commit is contained in:
Maksim Eltyshev 2023-02-27 22:56:16 +01:00 committed by GitHub
parent 02eabd203c
commit 3d84888eb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 16 deletions

View file

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