How can I connect Supabase Self-Hosted to an external database? #7018
|
I have self-hosted Supabase but there are no docs in order to connect supabase to an external Postgres Database instead of the built in. |
Answered by
vogelcodes
Jul 29, 2022
Replies: 3 comments 3 replies
|
Found an answer? |
0 replies
|
I am looking for a solution too |
1 reply
|
I think you need to update the values in .env to point to the right host. There's a supabase/postgres image that you can host somewhere else. |
2 replies
Answer selected by
J0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you need to update the values in .env to point to the right host. There's a supabase/postgres image that you can host somewhere else.