|
|
@ -9,13 +9,13 @@ The idea is to provide tt-rss working (and updating) out of the box with minimal
|
|
|
|
|
|
|
|
|
|
|
|
General outline of the configuration is as follows:
|
|
|
|
General outline of the configuration is as follows:
|
|
|
|
|
|
|
|
|
|
|
|
- separate containers (frontend: caddy, database: pgsql, app and updater: php/fpm)
|
|
|
|
- separate containers (frontend: nginx, database: pgsql, app and updater: php/fpm)
|
|
|
|
- tt-rss latest git master source baked into container on build
|
|
|
|
- tt-rss latest git master source baked into container on build
|
|
|
|
- images are pulled from [Docker Hub](https://hub.docker.com/u/cthulhoo) (automatically built and published on tt-rss master source update)
|
|
|
|
- images are pulled from [Docker Hub](https://hub.docker.com/u/cthulhoo) (automatically built and published on tt-rss master source update)
|
|
|
|
- working copy is stored on (and rsynced over on restart) a persistent volume so plugins, etc. could be easily added
|
|
|
|
- working copy is stored on (and rsynced over on restart) a persistent volume so plugins, etc. could be easily added
|
|
|
|
- ``config.php`` is generated if it is missing
|
|
|
|
- ``config.php`` is generated if it is missing
|
|
|
|
- database schema is installed automatically if it is missing
|
|
|
|
- database schema is installed automatically if it is missing
|
|
|
|
- Caddy has its http port exposed to the outside
|
|
|
|
- nginx has its http port exposed to the outside
|
|
|
|
- optional SSL support via Caddy w/ automatic letsencrypt certificates
|
|
|
|
- optional SSL support via Caddy w/ automatic letsencrypt certificates
|
|
|
|
- feed updates are handled via update daemon started in a separate container (updater)
|
|
|
|
- feed updates are handled via update daemon started in a separate container (updater)
|
|
|
|
- optional backups container which performs tt-rss database backup once a week
|
|
|
|
- optional backups container which performs tt-rss database backup once a week
|
|
|
|