Skip to content
Discussion options

You must be logged in to vote

Yes,
it's possible to run Supabase self-hosted without the analytics stack. You can remove or comment out the analytics and vector services from docker-compose.yml. A few things to note:

Set LOGFLARE_LOGGER_BACKEND_API_KEY to any dummy value — some services check for it on startup.
In kong.yml, remove or comment out the routes that proxy to the analytics service, otherwise Kong will error trying to reach a container that doesn't exist.
The Studio dashboard's "Logs" section will stop working since it queries Logflare. Everything else (Auth, Storage, DB, Realtime) continues normally.

This is a common setup for resource-constrained environments. Hope that helps!

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@aantti
Comment options

@anonymity12
Comment options

Comment options

You must be logged in to vote
1 reply
@kabincs9
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants