Replies: 1 comment
-
|
This has been long overdue - for which accept my apologies. Added here - https://supabase.com/docs/guides/self-hosting/self-hosted-functions :) Hope this helps |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I'm trying to host the Supabase in Docker.
I've found that I can set additional variables in a
docker-compose.ymllikeHow can I setup a dedicated file to have any secrets and keys used in many edge functions via
Deno.env.get("Deno.env.get("MY_API_KEY")")or something similar?Is there any detailed self-host guide on how to setup edge-functions in Docker correctly?
Beta Was this translation helpful? Give feedback.
All reactions