romeo
Running multiple services in a monorepo at once using `railway run`
I have a turborepo with multiple apps (a next.js app, a fastify app and several node.js workers). I have a command (
bun dev
) that allows me to run all of these 5 apps in development mode at the same time. When using railway run
I must select a service and railway is kind enough to handle all of the env vars for me. But in this situation my services all require access to different env vars. Is there an easy way to setup the env vars for all of the services in a single place so I can then use railway up
to run my whole stack at once?8 replies