Separate docker directory into a separate repository
#11801
Unanswered
developomp
asked this question in
Feature Requests
Replies: 2 comments 2 replies
|
Ah yeah - that's a fair point. We're looking at moving the images/videos out of the main repo (to Supabase Storage), so I think that will reduce the size of the repo. Let us do that first, and if then we can revisit this one. My reluctance to move it out of the main repo right now is maintainence - by putting it here, we can pay more attention to the github issues that are raised (like your one) so that self-hosting isn't neglected. As you can see in some of our other repos, they aren't as active as this one. I'll convert this one to a Discussion for now. Thanks @developomp 👍 |
0 replies
|
Hi @developomp |
2 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.
Chore
Describe the chore
Create a new repository containing what's currently inside the
dockerdirectory.Additional context
Currently, a clean clone of the https://github.com/supabase/supabase repository weighs over 2GB in size even with the
--depth 1flag. This is way more than acceptable when we want to automate the deployment of supabase instances.GitHub workflow such as https://github.com/BetaHuhn/repo-file-sync-action can be used to leave the directory as it is while making it available in another repo.
All reactions