-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
allow setting port, config file and tui via env vars #46
Comments
Sounds like a good proposal. |
Thanks! |
Btw would it make sense to also add an env var for the config file path(s)? |
It's in the title, so yeah, already added that. |
Lol, I must have had not enough sleep. Thanks! |
Please let me know if v0.43.1 works for you as expected. |
Will do, thanks a lot! |
Please create a new issue if anything is not as expected. |
for example:
instead of:
why?
This could be set by tools like direnv or devenv so that when I'm working on multiple projects, I can have multiple instances of
process-compose
running on different ports, and when I enter each project dir, appropriate env vars are set so that I can simply runprocess-compose
in the project dir and it will know on which port it should be running without me having to provide the argument manually with correct port on each invocation.The text was updated successfully, but these errors were encountered: