-
Notifications
You must be signed in to change notification settings - Fork 553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding Supabase #833
base: master
Are you sure you want to change the base?
Adding Supabase #833
Conversation
@ak4zh thanks for this PR, for the section that has your // TODO comment, this is what you need to do:
It'd be great if you update this PR. Thanks! |
Thanks, @pedropaf |
Just tested this out, but there is an issue with line: 413 The image |
@HarunKilic Just checked with supabase official docker file. You may need to copy the SQL files from their repo and to appropriate volumes. |
@ak4zh do you have a running instance running right now? |
@HarunKilic I do not have a running instance with me right now because supabase is quite big and crashes on playwithdocker. While I was testing I got the same issue studio is not able to connect to the pgrest API. |
@ak4zh I just tried to deploy it again, and I have issues with the DB.
This happens when following step 4. |
Hi! Did you find the reason for the problem with db? Do you need any help with investigation? |
Same thing happened with me |
@AriaFantom There are multiple commands in step 4. I have stopped using supabase and moved all my projects to use drizzle ORM instead. As supabase self hosting is overly complicated for me and the hosted solution get’s super expensive over time. I would still be interested in getting it added on caprover so if anyone can get it working that would be amazing. At the moment everything deploys smooth for me but I have some issues connecting them together. |
After stopping the instance of pg then it doesn't starts |
Supabase includes a lot of services so it can sometimes timeout pulling the images.
It would be a good idea to pull all required images beforehand using the command below:
To test the deployment copy the template from here and paste in Caprover -> One Click Apps -> template
☑️ Self Check before Merge