alcamech
Deploying a mono repo, python backend, nextjs frontend, SQL database
I'm currently trying to deploy my repo with the following setup.
Python flask API - /backend directory
NextJS Frontend -/frontend directory
I have a docker-compose file that creates these two and a SQL database. Whats the best way to deploy this on railway?
68 replies