Hacker News new | past | comments | ask | show | jobs | submit login

I am a firm believer that any self-hosted app should require, at most, a docker-compose.yml and possibly a .env file to get a basic service up and running. Requiring me to clone your repo or run some script from your site doesn't inspire a lot of confidence that it will be easy to maintain and keep up to date, whereas if you provide a prebuilt Docker image, I know that I can always just pull the latest image and be up-to-date.





That doesn't preempt the parent's concerns. If your docker-compose has a mongo container now I have to either self-host mongo or use atlas.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: