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

update README one more time

This commit is contained in:
Andrew Dolgov 2020-01-22 16:41:31 +03:00
parent 14a5e1c163
commit af3e981335

View file

@ -6,7 +6,7 @@ Not fully tested yet, don't use in production unless you know what you're doing.
The general outline of the configuration is as follows:
- three linked containers (frontend: caddy, database: pgsql, application: php/fpm)
- separate containers (frontend: caddy, database: pgsql, app and updater: php/fpm)
- caddy has its http port exposed to the outside
- feed updates are handled via update daemon started in a separate container (updater)
- tt-rss source updates from git master repository on container restart