I am trying to set up the prisma-auth example project to use a MongoDB Atlas free-tier db.
This is my docker-compose.yml.
I've changd my prisma.yml endpoint to
http://localhost:4466 as well
Could someone help me figure out what I am doing wrong? I keep getting a "could not connect to server at
http://localhost:4466" when i try prisma deploy