1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-09 22:39:52 +02:00

pull all set environment variables into app/etc

This commit is contained in:
Andrew Dolgov 2021-01-31 15:26:19 +03:00
parent 5f6651e6f0
commit 828c4180cd
4 changed files with 19 additions and 6 deletions

View file

@ -11,6 +11,11 @@ POSTGRES_PASSWORD=password
# for more information.
SELF_URL_PATH=http://localhost:8280/tt-rss
# You can customize other config.php defines by setting overrides here.
# See app/Dockerfile for complete list.
# PLUGINS=auth_remote,note
# CHECK_FOR_UPDATES="true"
# bind exposed port to 127.0.0.1 by default in case reverse proxy is used.
# if you plan to run the container standalone and need origin port exposed
# use next HTTP_PORT definition (or remove "127.0.0.1:").