Hey 🙂 I'm dockerizing my app but now it can't acc...
# help
y
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!
Also, on
docker inspect
of the
supabase/postgres
container, it has no IP Address
I managed to work around it by looking at the network name of the supabase container and using it for my container 🙂