railway.toml for multiple services in a monorepo?
Hello, can't find anything about this in the docs (I know they're a work in progress), but is it possible to define multiple railway.toml files in a single repo and have them correspond to different services within a project?
For example, I have a Python app that I have to deploy as multiple docker-based services. One called "app" and one called "worker". I would like to be able to specify the various start commands via railway.toml files. But it appears that maybe Railway can only look for a single, top-level railway.toml file? Is that correct?
5 Replies