DefangLabs / samples

Samples to show you how to create and deploy apps with Defang.
1 stars 2 forks source link

Supabase Sample #146

Open lionello opened 2 months ago

lionello commented 2 months ago

What should this sample demonstrate?

Support of using Supabase compose file as-is. https://github.com/supabase/supabase/blob/master/docker/docker-compose.yml

raphaeltm commented 1 month ago

@lionello that would be pretty epic if we can get it working. I think it would be a difficult one though, since they use volumes all over the place for a few different types of things.

They also have their own version of postgres with specific extensions compiled with it. So if there's a delta between those and the ones offered by AWS, then it won't work with a defang-managed RDS instance.

This kind of thing would be the case for mounting block storage and allowing stateful services, but I'm not sure it's worth it.