all-in-one docker image #41574
Unanswered
purefountain
asked this question in
Feature Requests
Replies: 3 comments
|
Yeah, @purefountain , great point! I also feel the pain of having to install separate images for each service. Having a single centralized Docker image would make setup much easier and far more convenient. I think it would be really helpful for many developers. |
0 replies
|
This would be an awesome approach! |
0 replies
|
This would be awesome! Trying to run Supabase inside modal atm to get isolated dev environments but that is not very straight forward since there are so many images. :/ |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I noticed that Supabase previously maintained an all-in-one container (supabase/supabase-dev) which bundled Postgres, Realtime, and Kong. However, that image hasn't been updated in 5 years.
In development and lightweight production scenarios, the "All-in-One" approach offers distinct advantages: simplified deployment, unified networking, and significantly lower resource overhead.
I have successfully containerized most of the modern Supabase modules (Auth, Rest, Realtime, Storage, etc.) into a single, optimized Docker image. Given the community's need for a "lightweight Supabase," do you think it would be valuable to open-source this?
All reactions