1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-12 15:29:51 +02:00
Dockerized tt-rss using docker-compose
Find a file
2021-02-15 20:35:32 +03:00
db reduce image size 2021-02-15 20:24:05 +03:00
.gitignore 1. move .env to .env-dist so local customization is not clashing with the 2020-01-19 12:54:24 +03:00
docker-compose.yml initial for pgsql 13 2021-02-15 20:06:02 +03:00
example-docker-compose.override.yml Update 'example-docker-compose.override.yml' 2021-02-15 20:35:32 +03:00
README.md Update 'README.md' 2021-02-15 20:31:44 +03:00

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"