temp. remove sslrootcert setting
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
2d842f0394
commit
f980dca19c
@ -69,7 +69,7 @@ services:
|
||||
- FRESHRSS_CURLOPT_PROXYUSERPWD={{ freshrss_curlopt_proxyuserpwd }}
|
||||
{% endif %}
|
||||
- FRESHRSS_DB_TYPE=pgsql
|
||||
- FRESHRSS_DB_HOST={{ freshrss_postgres_server }};sslmode={{ freshrss_postgres_ssl_mode }};sslrootcert=ca-certificates.crt
|
||||
- FRESHRSS_DB_HOST={{ freshrss_postgres_server }};sslmode={{ freshrss_postgres_ssl_mode }}
|
||||
- FRESHRSS_DB_PORT={{ freshrss_postgres_port }}
|
||||
- FRESHRSS_DB_USER={{ freshrss_postgres_user.name }}
|
||||
- FRESHRSS_DB_PASSWORD={{ freshrss_postgres_user.password }}
|
||||
|
Loading…
Reference in New Issue
Block a user