-
Notifications
You must be signed in to change notification settings - Fork 18
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
Global configuration #28
Comments
This PR added an option to disable TUI for all services, using |
This is per-group property, I meant global |
There is an env var for that |
Maybe, {
process-compose = {
defaults = { /* Default settings for all configs go here */ };
groups."foo" = ...
};
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would like to disable TUI for all commands.
Not sure if process-compose supports it, maybe it's worth to implement special tool as a replacement to process-compose.
The text was updated successfully, but these errors were encountered: