Connecting to docker postgres database
When running the command npx prisma db pull
And here's my .env file Database URL
And ive confirmed the creation of the postgres db within my container logs, and the ability to manually connect to the container:
And for reference here's the docker-compose.yml file for building the postgres db:
1 Reply
Hello @Freshleys_HoneyBun! 👋
Once your docker container is running, are you able to connect to the database via pgAdmin, or any other GUI tool with this connection string:
"postgresql://admin:test@localhost:5432/carspectra?schema=public"?