Dockerized tt-rss using docker-compose
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
fox 727560a6ec Update 'example-docker-compose.override.yml' 3 years ago
db reduce image size 3 years ago
.gitignore 1. move .env to .env-dist so local customization is not clashing with the 4 years ago
README.md Update 'README.md' 3 years ago
docker-compose.yml initial for pgsql 13 3 years ago
example-docker-compose.override.yml Update 'example-docker-compose.override.yml' 3 years ago

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"