Feedbin dockerized
- Docker
- Docker-compose
-
Clone this repo.
-
Fill in the environment variables in
docker-compose.yml
-
Run
docker-compose up
-
After the initial deployment, run:
docker exec -it feedbindocker_feedbin_1 bash
cd /opt/feedbin && rake db:setup
which sets up the Postgres database for first time usage.
Visit Feedbin at localhost:9292/
You might also want to edit the User model to only allow certain emails...