hedera-local-node
hedera-local-node copied to clipboard
Support to customize which images/containers to run
Problem
When using the Local Node for testing purposes or scripting, there are many images/containers that might not be needed.
For example, when working only with the Relay, the Hedera Explorer might not be used. In addition, there are "complementary" containers that usually are not used in testing, e.g., grafana
and prometheus
.
As another example, a minimal setup with the Relay would have only these images: network-node (consensus-node)
, mirror-node-rest
, json-rpc-relay
and any other dependency to run these.
Solution
Enable support to specify which images/containers to run. Ultimately, as I dev I would like to configure which containers to start.
Ideally, this configuration should be possible with both the CLI and a config file.
Alternatives
No response