Prisma Pulse w/ Docker Postgres
What's the nicest way to get Pulse working with a local DB in docker? Ideally a situation where I wouldn't have to manually enable WAL, it would be set up when the container comes up.
4 Replies
You're in no rush, so we'll let a dev step in. Enjoy your coffee, or drop into
#ask-ai
if you get antsy for a second opinion!Hey Sabin π
Hope you are doing great!
Pulse requires a database that is accessible via the network to connect and function correctly. This means it won't work with a locally running database on localhost.
https://www.prisma.io/docs/pulse/faq#can-i-use-a-local-database-with-prisma-pulse-during-development
It might be possible to make it work with tools like ngrok, however it may introduce additional security risks.
Prisma Pulse: FAQ | Prisma Documentation
Frequently asked questions about Prisma Pulse.
Ahhh okay I missed that. Thank you π
(Also, hope youβre doing well!)
I am doing good as well π