How to setup deployment for monorepo with many services?
We've got a monorepo config with docker-compose atm; I want to use Railway, but I'm not sure exactly how to setup CI/CD and infra as code properly. I get the sense that we can use the docker builder with a railway.toml for each service... but is this supported if we've got multiple services in one repo (over a dozen)?
7 Replies
Project ID:
f40d1d84-371d-4fee-b5b9-c9e9b2f382c3
f40d1d84-371d-4fee-b5b9-c9e9b2f382c3
shared or isolated?
as in?
services do communicate with each other
I'm talking about if they share packages with one another
shared monorepo Vs isolated monorepo
uhh...
yeah they do a bit, e.g. for grpc
for the most part it's isolated
what's the structure of your project like?