Update tinytinyrss

This commit is contained in:
Tobias Reisinger 2023-12-17 02:25:20 +01:00
parent 7638b24bfe
commit e8b1b05ba9
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 10 additions and 74 deletions
roles/tinytinyrss/vars

View file

@ -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: