Hacker News new | ask | show | jobs
by mccorrinall 1566 days ago
Just give me a dockercompose.yml. That’s all I need.

A positive example for this is mailcow [1]: all you need to do is pulling the repo, editing the mailcow.conf and running “docker compose up”. Logging is preconfigured, and the watchdog just works.

It’s dead simple and provides secure defaults. It’s ready for production in very little time. That’s what I would love to see from more projects.

I hope supabase will follow this at some point. I really like the idea of a self hosted firebase. But right now there is too much to take care of for a single person to actually take a self hosted supabase into prod (be it for side projects or whatever).

[1] https://github.com/mailcow/mailcow-dockerized

1 comments

> I hope supabase will follow this at some point.

we have the docker-compose in our main repo: https://github.com/supabase/supabase/tree/master/docker

with instructions/docs here: https://supabase.com/docs/guides/hosting/docker

Hope that helps!