Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use process-compose working directory devbox shell #2070

Open
natebrunette opened this issue May 21, 2024 · 0 comments
Open

Use process-compose working directory devbox shell #2070

natebrunette opened this issue May 21, 2024 · 0 comments
Labels
feature New feature or request triage Issue needs triage

Comments

@natebrunette
Copy link

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 natebrunette added feature New feature or request triage Issue needs triage labels May 21, 2024
@natebrunette natebrunette changed the title Use working directory devbox shell Use process-compose working directory devbox shell May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request triage Issue needs triage
Development

No branches or pull requests

1 participant