P
Prismaβ€’4d ago
Sabin Adams

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
Prisma AI Help
Prisma AI Helpβ€’4d ago
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!
Nurul
Nurulβ€’4d ago
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.
Sabin Adams
Sabin AdamsOPβ€’4d ago
Ahhh okay I missed that. Thank you πŸ™ (Also, hope you’re doing well!)
Nurul
Nurulβ€’4d ago
I am doing good as well πŸ˜„

Did you find this page helpful?