1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-08 23:15:31 +02:00

fix: add documentation to docker-compose.yml

This commit is contained in:
nilsorbat 2023-02-28 08:49:56 +01:00
parent 136ba2f48f
commit 575385bd70
No known key found for this signature in database
GPG key ID: 0F9E4305534A2380

View file

@ -26,8 +26,10 @@ services:
# 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
# PGSSLMODE=<value>
# Configure knex to accept SSL Certificates
# REJECT_UNAUTHORIZED_SSL_CERTIFICATE=false
depends_on:
- postgres