mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-11-03 13:54:13 +01:00
Dockerized tt-rss using docker-compose
| db | ||
| .gitignore | ||
| docker-compose.yml | ||
| example-docker-compose.override.yml | ||
| README.md | ||
This is a build variant with PostgreSQL including count_bits.
There are no other differences with static-dockerhub setup.
Look here for more information: https://git.tt-rss.org/fox/ttrss-docker-compose/src/static-dockerhub/README.md
FAQ
How do I create functions on existing database?
docker-compose exec --user postgres db sh -c "cd /opt/count-bits ; make create_functions"