facundoolano / feedi

RSS + Mastodon feed reader
GNU Affero General Public License v3.0
892 stars 28 forks source link

Docker container? #71

Closed berserkwarwolf closed 8 months ago

berserkwarwolf commented 11 months ago

Is there any chance of supporting Docker as a deployment option?

radmen commented 11 months ago

@berserkwarwolf there is a Dockerfile. There are also make targets that should help building the docker image.

I deployed yesterday the app to my Dokku instance, with no major issues. I think the only missing thing is VOLUME set to /app/instance folder.

facundoolano commented 11 months ago

What @radmen says. I'm not using this actively with docker, so let me know (or send a PR) if you think the Dockerfile or the README needs improvement.