P
Prisma•2d ago
Enze

Prisma with Turbo and Docker

Hey there, I'm currently "learning" Turbo and I came across the prisma guide. I wanted to ask if there is some best practice for Prisma and Docker within Turbo? Should I dockerize the package itself or is that bad? Technically I'm stuck at 1. Migrate your prisma.schema and generate types as I don't want to run PosgtreSQL locally, but on Docker. Would appreciate some advice (:
3 Replies
Prisma AI Help
Prisma AI Help•2d ago
You selected the carefully hand-crafted route. A dev artisan will respond soon. Meanwhile, the #ask-ai channel awaits if you're curious!
Nurul
Nurul•22h ago
Hey 👋 Did you take a look at this guide? https://www.prisma.io/docs/guides/using-prisma-in-docker Did it help?
How to use Prisma in Docker | Prisma Documentation
Learn step-by-step configure a Prisma ORM app in Docker
Enze
EnzeOP•18h ago
Hi! Thanks for the link. No, haven‘t seen it yet but it looks like it‘s also integrating an express app. My goal is to split the backend (express) and the database (prisma). So Prisma would be available as a package and Express and React as apps

Did you find this page helpful?