I run the stack locally for testing via the supabase cli. When looking at the docker containers, the postgres one is expected to have its internal port exposed externally on 54322 however its not showing
a) The docher run command is correct: -p 54322:5432 b) Supabase status shows the expected postgresql://postgres:postgres@127.0.0.1:54322/postgres c) netstat -an missing the port LISTEN mode d) Same thing in docker desktop the port is not opened I cannot reach it (see docker desktop screenshot)
supabase cli version pnpm supabase --version 2.34.3
$ pnpm supabase status Stopped services: [supabase_imgproxy_supabase supabase_pooler_supabase] supabase local development setup is running.
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.