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

Global configuration #28

Open
MrFoxPro opened this issue Jun 30, 2023 · 4 comments
Open

Global configuration #28

MrFoxPro opened this issue Jun 30, 2023 · 4 comments

Comments

@MrFoxPro
Copy link

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.

@shivaraj-bh
Copy link
Contributor

This PR added an option to disable TUI for all services, using process-compose.tui = false;

@MrFoxPro
Copy link
Author

This PR added an option to disable TUI for all services, using process-compose.tui = false;

This is per-group property, I meant global

@adrian-gierakowski
Copy link
Contributor

There is an env var for that

F1bonacc1/process-compose@757937f#diff-27b7e7ca994735ab05cd957631bb724f0145e54090994a56f13b47f6d07b7b30R56

@srid
Copy link
Member

srid commented Jun 30, 2023

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants