├── Dockerfile ├── README.md ├── configure-db.php ├── supervisord.conf └── ttrss.nginx.conf /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clue/docker-ttrss/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clue/docker-ttrss/HEAD/README.md -------------------------------------------------------------------------------- /configure-db.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clue/docker-ttrss/HEAD/configure-db.php -------------------------------------------------------------------------------- /supervisord.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clue/docker-ttrss/HEAD/supervisord.conf -------------------------------------------------------------------------------- /ttrss.nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clue/docker-ttrss/HEAD/ttrss.nginx.conf --------------------------------------------------------------------------------