LarryHopeCode
CCConvex Community
•Created by LarryHopeCode on 4/14/2024 in #support-community
Any document or tips to deploy convex production environment to Google Cloud Run or any other docker
Trying to use Convex and Python Fastapi together in docker container, here is the Dockerfile.
And this python program work with Convex in Dev environment very well.
10 replies
CCConvex Community
•Created by LarryHopeCode on 3/6/2024 in #support-community
Deploy dev or preview to Vercel.
Love this new concept product and want to port current project wit h MongoDB and Prisma to it. Deploy to Vercel.
Test production deployment seems ok and we need to change package.json's build command to include npx convex deploy.
But we can not do it when we use dev or preview environment. Convex will link us to production URL. But if we remove convex deploy in command line, Vercel won't be even successfully compiled.
Check all over document, no clear answer.
Any good idea?
38 replies