Is it possible to self-host Supabase inside a Hugging Face Docker Space? #49728
|
Has anyone successfully deployed self-hosted Supabase onto a Hugging Face Docker Space? Since Supabase uses |
Replies: 1 comment
|
While technically possible using a multi-service container approach (e.g., using
Recommended Alternative: Host your database on Supabase Cloud (or a VPS/Hetzner instance running |
While technically possible using a multi-service container approach (e.g., using
supervisordorsystemdinside a custom Dockerfile to manage PostgreSQL and Kong, then binding Kong to port7860), it isn't practical or recommended for a few key reasons:docker-compose.Recommended Alter…