Regarding deployment—Prisma docs take us through c...
# orm-help
s
Regarding deployment—Prisma docs take us through creating a docker image with MySQL/Postgres and the Prisma service. Can this container be deployed on any platform? Is it "best practice" to deploy these two services in the same container?
n
no, it's rather for simplicity/getting started
normally you would run you DB using a cloud provider with dedicated resources
like AWS RDS, Azure SQL...
then your Prisma server will connect to the DB using DB connection
👍 1
s
I was just coming back to see if anyone had replied. Thanks again @nilan
👌 1