Something I would like to be pointed is on how to ...
# orm-help
l
Something I would like to be pointed is on how to deploy in production environments, currently I am using the prisma+docker solution, but its time to move out to what could be the production stage, I have 3 parts now on my architecture, 0. the nodejs graphql yoga backend, 1. the docker+prisma data layer connected to a postgres instance and 2. the react apollo frontend, usually I use netlify to deploy 0 and 2, but how should I proceed to go with the #1? thanks in advance,