1
0
Fork 0

Fixed TTRSS settings with HTTPS and reverse proxy.

This commit is contained in:
Jonathan Chan 2021-03-03 05:12:06 +00:00
parent a8e617f43b
commit f6a3e65302
1 changed files with 5 additions and 4 deletions

View File

@ -2,13 +2,14 @@ version: "3"
services:
ttrss:
image: docker-ttrss
image: x86dev/docker-ttrss
container_name: ttrss
restart: always
environment:
- SELF_URL_PATH=http://rss.ionathan.ch/
- TTRSS_SELF_URL=http://rss.ionathan.ch/
- TTRSSL_URL=rss.ionathan.ch
- SELF_URL_PATH=https://rss.ionathan.ch/
- TTRSS_SELF_URL=https://rss.ionathan.ch/
- TTRSS_PROTO=https
- TTRSS_URL=rss.ionathan.ch
- DB_PORT_5432_TCP_ADDR=ttrssdb
- DB_PORT_5432_TCP_PORT=5432
- DB_HOST=ttrssdb