Is there a docker-compose.yml file out there somew...
# prisma-whats-new
a
Is there a docker-compose.yml file out there somewhere I can look at?
l
Did you see the Digital Ocean / Docker example?
a
I did, but they just say to run
prisma local start
. I don't want to deploy a "local" environment in the cloud and call it production. I need to control database credentials, persistence, etc.
Hm, I didn't look at the Docker Machine one though. I might have found it...
That's exactly what I was looking for. 😛 Thanks.
l
Prisma Cloud may help too. You can hook that into your Amazon RDS
💥
a
We host at Google Cloud and run our own Docker cluster. Plus, #hipaa 😛
n
Just for the record, Prisma Cloud works with any MySQL DB
h
@Adam Engebretson you might want to use
image: prismagraphql/prisma:1.3
the
docker-compose.yml
in the docs is slightly outdated
a
Yes, I noticed that. 1.3 is what we'll roll with. Thanks!
h
👌