Skip to content

Sync with self-hosted supabase#100

Draft
Yostra wants to merge 7 commits intostripe-experiments:mainfrom
Yostra:supabase-edge
Draft

Sync with self-hosted supabase#100
Yostra wants to merge 7 commits intostripe-experiments:mainfrom
Yostra:supabase-edge

Conversation

@Yostra
Copy link
Collaborator

@Yostra Yostra commented Feb 3, 2026

I've followed this guide: https://supabase.com/docs/guides/self-hosting/docker

To initialize supabase .env variables

cd docker/supabase/
sh ./utils/generate-keys.sh

For edge functions (from guide)

Edge Functions are stored in volumes/functions.
The default setup has a hello function that you can invoke on http://<your-domain>:8000/functions/v1/hello.
You can add new Functions as volumes/functions/<FUNCTION_NAME>/index.ts.
Restart the functions service to pick up the changes: 
docker compose restart functions --no-deps

Install command needs to be cleaned up, there are some unnecessary changes made to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments