mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-09 21:39:52 +02:00
initial for env-based setup
This commit is contained in:
parent
6cccc777d3
commit
5f6651e6f0
13 changed files with 415 additions and 44 deletions
|
@ -4,12 +4,8 @@
|
|||
POSTGRES_USER=postgres
|
||||
POSTGRES_PASSWORD=password
|
||||
|
||||
OWNER_UID=1000
|
||||
OWNER_GID=1000
|
||||
|
||||
# You can keep this as localhost unless you want to use the ssl sidecar
|
||||
# container (I suggest terminating ssl on the reverse proxy instead).
|
||||
HTTP_HOST=localhost
|
||||
# This is only used by web-ssl container.
|
||||
#HTTP_HOST=localhost
|
||||
|
||||
# You will likely need to set this to the correct value, see README.md
|
||||
# for more information.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue