devbox icon indicating copy to clipboard operation
devbox copied to clipboard

Use process-compose working directory devbox shell

Open natebrunette opened this issue 1 year ago • 0 comments

What problem are you trying to solve?

I have different microservices running in different repos. I want to combine all of my processes in one config file so I can utilize depends_on for processes that rely on shared services as well as be able to start them all from one directory.

What solution would you like?

If working_dir is used in the process-compose config, run commands through the devbox shell if it exists in that repo.

Alternatives you've considered

Prefixing the commands with devbox run works, but it would be nice to not have to do that as it wasn't clear that was required (since it normally uses the current directory's shell).

natebrunette avatar May 21 '24 19:05 natebrunette