Using Cal.com docker getting error : The table `public.users` does not exist in the current database
I am encountering an error when composing a Docker composition. It appears that Prisma is unable to connect to the PostgreSQL database at localhost:5432. I have confirmed that PostgreSQL is running on port 5432 and when I open the prisma studio page on localhost it shows me “can’t react database localhost:5432”