Hey 🙂
I'm dockerizing my app but now it can't access my local supabase instance (since the supabase instance isn't part of the docker compose network). Am I missing something obvious here?
Thanks!
Yonben
03/06/2022, 5:47 PM
Also, on
docker inspect
of the
supabase/postgres
container, it has no IP Address
Yonben
03/07/2022, 9:48 AM
I managed to work around it by looking at the network name of the supabase container and using it for my container 🙂