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
nilan
05/22/2018, 1:32 PM
no, it's rather for simplicity/getting started
nilan
05/22/2018, 1:33 PM
normally you would run you DB using a cloud provider with dedicated resources
nilan
05/22/2018, 1:33 PM
like AWS RDS, Azure SQL...
nilan
05/22/2018, 1:33 PM
then your Prisma server will connect to the DB using DB connection
👍 1
s
Sam Jackson
05/22/2018, 2:10 PM
I was just coming back to see if anyone had replied. Thanks again @nilan