-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
read flags from config file? #194
Comments
In the same vein: one of our services runs on port 8080. While we can make sure to always start We've tried setting |
That's a good proposal. BackgroundSo far the PC philosophy was to separate the business logic configuration (processes and orchestration) from preferences and environment considerations (themes, tui, ports). The idea behind it is portability and the ability to manage Having said that, I see how @Qqwy's use case breaks at least some of those assumptions. Of course, there is also a possibility that a Proposal
|
That works for me and makes a lot of sense. Thanks! |
Added in v1.18.0 Cheers ✌🏻 |
Is it possible to add cli options to the
process-compose.yaml
? Such as starting in full-screen mode (ctrl + ]
) or changing the manager port not via env but controlling it via the config file, or the-t=false
, etc?The text was updated successfully, but these errors were encountered: