Skip to content
Discussion options

You must be logged in to vote

While technically possible using a multi-service container approach (e.g., using supervisord or systemd inside a custom Dockerfile to manage PostgreSQL and Kong, then binding Kong to port 7860), it isn't practical or recommended for a few key reasons:

  1. Architecture Complexity: Supabase relies on multiple distinct microservices that are best kept isolated via docker-compose.
  2. Storage Persistence: Free Hugging Face Spaces use ephemeral storage, meaning database state will reset whenever the container restarts unless you attach paid persistent volumes.
  3. Resource Limits: Running Postgres, GoTrue, Realtime, and PostgREST in a single free container easily exceeds memory limits.

Recommended Alter…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Trinai308
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants