add ssl rootcert
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-10-03 16:18:38 +02:00
parent f980dca19c
commit 99a7621608
2 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,7 @@ freshrss_extensions_enabled:
- "Tumblr-GDPR"
freshrss_postgres_ssl_mode: disable
freshrss_postgres_ssl_rootcert: /etc/ssl/certs/ca-certificates.crt
freshrss_postgres_server: "{{ inventory_hostname }}"
freshrss_postgres_port: 5432
freshrss_postgres_superuser: postgres

View File

@ -70,6 +70,7 @@ services:
{% endif %}
- FRESHRSS_DB_TYPE=pgsql
- FRESHRSS_DB_HOST={{ freshrss_postgres_server }};sslmode={{ freshrss_postgres_ssl_mode }}
- FRESHRSS_POSTGRES_SSL_ROOTCERT={{ freshrss_postgres_ssl_rootcert }}
- FRESHRSS_DB_PORT={{ freshrss_postgres_port }}
- FRESHRSS_DB_USER={{ freshrss_postgres_user.name }}
- FRESHRSS_DB_PASSWORD={{ freshrss_postgres_user.password }}