Hi, is there any documentation on how to deploy a ...
# orm-help
t
Hi, is there any documentation on how to deploy a locally prisma server? The docs I found online were to old, and with the prisma cloud it creates a new service, I couldn’t find how to use the one I already have locally
t
but it doesn’t mention anything about deploying the service
I have a local service using mongo. I want to use the same service in prisma cloud but there is no way to deploy that and also prisma cloud does not support mongo yet. So I guess I had to create a docker instance somewhere and try to make it work.
Also when creating a prisma cloud service with a mySQL db there is no way to see the info of the db, so if I need to connect another graphql server to it I can’t do it
n
So you want to know how to deploy a prisma server on a cloud provider or something? I guess that can be done in lots of ways...
https://www.prisma.io/tutorials does any of these help?
t
yes that would be something I’d like to know, but since I’m in a prototyping stage, I could use prisma cloud too and maybe we later keep that, but I need to use either mongodb or connect to an existing mysql db
I saw the tutorial that says hot to deploy to AWS fargate, I didn’t want to get to that point yet, but if I don’t have any option I guess I’ll have to go that road
n
Can't you follow the Get Started doc and run prisma in docker?
t
but that’s locally
I already have taht working
I tried to create a new server in prisma cloud and connecting it to an extinting DB but it;’s not working
I’m just following the AWS fargate tutorial for now, that’s the only option I see, but I still can’t use mongodb with that
I followed the tutorial but there is an issue with that
so I’m stuck without being to deploy the prisma service