-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
[feature request] Allow disabling the REST API #126
Comments
Hi @cole-h, Have you considered, as an alternative, specifying a different port for each instance of Process Compose with |
I have, but it is quite inconvenient to remember to do that whenever I start using It's very convenient being able to run |
Will something like |
Yes it would! If I may be greedy, I'd also appreciate an environment variable. (It's easier to set a global environment variable that disables the server altogether than it is to set lots of scoped environment variables to change the port.) |
Sure, it's almost the same effort to add them both. |
Added in v0.80.0 |
Thanks a ton for being amenable and for the quick turnaround! I really appreciate it! |
Feature Request
Use Case:
I use
process-compose
in a couple of projects. However, the REST APIprocess-compose
exposes conflicts with both itself (when trying to run multiple instances ofprocess-compose
in different projects) and with other software (i.e. webservers that bind to 8080 locally, the default REST API port).Proposed Change:
I would like a way to completely disable the REST API webserver that comes with
process-compose
-- I don't need it.Who Benefits From The Change(s)?
Anybody who wants to use
process-compose
in multiple projects at the same time.Alternative Approaches
None.
The text was updated successfully, but these errors were encountered: