Supabase selfhosted installation

I am working on the installation of selfhosted Supabase installation. A stack on my Portainer with Postgresql + pgvector and Supabase. Pgadmin is already running, so I don’t need that. Now I read a lot about adding Kong API Gateway for auth, rest, realtime and storage. And more.

What is needed for light, headless Supabase backend plus vector search? Does anyone have an example of a yml file?

I mainly want to use this to add business knowledge to a database, which is available for a website chatbot.

Thanks in advance!

Not sure I understand your use case here. Supabase is a platform which already includes postgres, auth, kong etc. You can simply follow the docker instructions to get a self hosted instance running.

Ah, I was thinking too hard again. And I was making everything up myself again…but you’re right, there’s enough here. Thank you and have a nice day Wouter!

If you’re looking to just get going, you can even use their free nano cloud instance. Then for local development you can use the CLI tool for local dev which will set everything up for you in docker using a simple command supabase start.

Thxs! Great tip…