This commit is contained in:
parent
630eb39f81
commit
6dc2a86c07
@ -74,7 +74,7 @@ freshrss_limits_max_registrations: "1"
|
||||
freshrss_extensions_enabled:
|
||||
- "Tumblr-GDPR"
|
||||
|
||||
ttrss_db_type: pgsql
|
||||
freshrss_db_type: pgsql
|
||||
freshrss_db_server: localhost
|
||||
freshrss_db_port: 5432
|
||||
freshrss_db_name: freshrss
|
||||
|
@ -11,12 +11,12 @@ Type=simple
|
||||
TimeoutStartSec=15min
|
||||
Restart={{ freshrss_restart_policy }}
|
||||
|
||||
ExecStartPre={{ ttrss_docker_compose_bin }} pull --quiet --ignore-pull-failures
|
||||
ExecStart={{ ttrss_docker_compose_bin }} up --remove-orphans
|
||||
ExecStartPre={{ freshrss_docker_compose_bin }} pull --quiet --ignore-pull-failures
|
||||
ExecStart={{ freshrss_docker_compose_bin }} up --remove-orphans
|
||||
|
||||
ExecStop={{ ttrss_docker_compose_bin }} down --remove-orphans
|
||||
ExecStop={{ freshrss_docker_compose_bin }} down --remove-orphans
|
||||
|
||||
ExecReload={{ ttrss_docker_compose_bin }} pull --quiet --ignore-pull-failures
|
||||
ExecReload={{ freshrss_docker_compose_bin }} pull --quiet --ignore-pull-failures
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
@ -69,7 +69,7 @@ services:
|
||||
- FRESHRSS_CURLOPT_PROXYUSERPWD={{ freshrss_curlopt_proxyuserpwd }}
|
||||
{% endif %}
|
||||
- FRESHRSS_DB_TYPE=pgsql
|
||||
{% if ttrss_db_type == "pgsql" %}
|
||||
{% if freshrss_db_type == "pgsql" %}
|
||||
- FRESHRSS_DB_HOST={{ freshrss_db_server }};sslmode={{ freshrss_db_ssl_mode }}
|
||||
{% else %}
|
||||
- FRESHRSS_DB_HOST={{ freshrss_db_server }}
|
||||
|
Loading…
Reference in New Issue
Block a user