Fixed TTRSS settings with HTTPS and reverse proxy.
This commit is contained in:
parent
a8e617f43b
commit
f6a3e65302
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue