You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I am trying to allow my NextJS server to access the storage in my local Supabase instance without having to go through the API, but I don't think the Supabase CLI let's me map Docker volumes to my host machine's filesystem.
Describe the solution you'd like
Ideally, some arguments like -sv /home/user/back/storage -dv /home/user/back/database
Describe alternatives you've considered
Still exploring alternatives - haven't tried implemented anything yet.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I am trying to allow my NextJS server to access the storage in my local Supabase instance without having to go through the API, but I don't think the Supabase CLI let's me map Docker volumes to my host machine's filesystem.
Describe the solution you'd like
Ideally, some arguments like
-sv /home/user/back/storage -dv /home/user/back/database
Describe alternatives you've considered
Still exploring alternatives - haven't tried implemented anything yet.
The text was updated successfully, but these errors were encountered: