Add support for user Compose definitions #331
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
This PR adds two new cli options
--usercompose
with a default value oftrue
, which enables/disables support for user Compose definitions--composedir
with a default value of "./overrides" which defines the directory containing the desired user Compose definitionsWhen the option is enabled it loads all of the files in the specified directory in alphabetical order as additional Compose definitions allowing the user to modify the default local node setup.
Related issue(s):
Fixes #330
Notes for reviewer:
Here's an example of a custom Compose definition, that disables prometheus and grafana it can be put in a file with ".yml" extension in a
overrides
directory at the root of the project to testChecklist