Getting Started Docker #219
Replies: 3 comments 30 replies
-
Hi @alexstaroselsky, the docker instructions that you linked to are only for one component of Supabase, however Supabase is actually 6 different tools (see the docs here): We haven't yet created a docker image to pull everything into a single docker file (but we are working on it). I'm happy to outline the steps for using the Realtime server, but I assume you want to use the full system? If this is the case, we are hoping to have it ready in about 1 month |
Beta Was this translation helpful? Give feedback.
-
Hi, after some searches, I'm not sure why we use the API Gateway Kong here 🤔 could use proxy those apis to service directly? |
Beta Was this translation helpful? Give feedback.
-
I am also running the local version from the Docker folder. The apiKey
Does it seem the supabase-js doesn't pass correctly the apiKey? am I right?
Not sure how to continue from here. |
Beta Was this translation helpful? Give feedback.
-
When using supabase docker and creating a client using supabase-js what additional steps need to be taken in terms of the database to get started?
createClient
supposed to do this automatically?Beta Was this translation helpful? Give feedback.
All reactions