Update tinytinyrss
This commit is contained in:
parent
7638b24bfe
commit
e8b1b05ba9
4 changed files with 10 additions and 74 deletions
roles/tinytinyrss/vars
|
@ -19,12 +19,17 @@ tinytinyrss_env:
|
|||
|
||||
TTRSS_SELF_URL_PATH: https://{{ svc.domain }}/tt-rss/
|
||||
|
||||
APP_UPSTREAM: tt-rss
|
||||
|
||||
# Workaround for this bug:
|
||||
# could not open certificate file "/root/.postgresql/postgresql.crt": Permission denied
|
||||
PGSSLCERT: /tmp/postgresql.crt
|
||||
|
||||
tinytinyrss_compose:
|
||||
watchtower: false
|
||||
image: cthulhoo/ttrss-web-nginx
|
||||
volumes:
|
||||
- app:/var/www/html:ro
|
||||
- ./nginx.conf:/etc/nginx/nginx.conf
|
||||
file:
|
||||
services:
|
||||
app:
|
||||
|
|
Reference in a new issue