The following variables control the docker registries for the containers.
HAVEGED_IMAGE_PREFIX
: The registry address for the Haveged imageNETWORK_NODE_IMAGE_PREFIX
: The registry address for the Consensus node imageNETWORK_NODE_IMAGE_NAME
: The name of the Consensus node imageUPLOADER_IMAGE_PREFIX
: The registry address for the Uploader imageMIRROR_IMAGE_PREFIX
: The registry address for the Mirror node imageRELAY_IMAGE_PREFIX
: The registry address for the JSON-RPC relay imageMIRROR_POSTGRES_IMAGE
: The name of the postgres imageENVOY_IMAGE_PREFIX
: The registry address for the Envoy image
The following variables control the versions of the containers.
NETWORK_NODE_IMAGE_TAG
HAVEGED_IMAGE_TAG
UPLOADER_IMAGE_TAG
MIRROR_IMAGE_TAG
RELAY_IMAGE_TAG
ENVOY_IMAGE_TAG
JAVA settings for the Consensus node
PLATFORM_JAVA_HEAP_MIN
PLATFORM_JAVA_HEAP_MAX
PLATFORM_JAVA_OPTS
NETWORK_NODE_LOGS_ROOT_PATH
: Root path of logs directory for Consensus nodeAPPLICATION_ROOT_PATH
APPLICATION_CONFIG_PATH
: Path to Consensus node configuration files
NETWORK_NODE_MEM_LIMIT
MIRROR_GRPC_MEM_LIMIT
MIRROR_IMPORTER_MEM_LIMIT
MIRROR_REST_MEM_LIMIT
MIRROR_WEB3_MEM_LIMIT
MIRROR_MONITOR_MEM_LIMIT
RELAY_MEM_LIMIT
PYTHON_VERSION
: Python version for the Uploader image
MINIO_ROOT_USER
MINIO_ROOT_PASSWORD
RELAY_HEDERA_NETWORK
: Network configuration string in JSON formatRELAY_OPERATOR_ID_MAIN
: The operator account idRELAY_OPERATOR_KEY_MAIN
: The private key of the operatorRELAY_CHAIN_ID
: Chain id in hex format. Default is 0x12a (298)RELAY_MIRROR_NODE_URL
: The Mirror node url to be used by the relayRELAY_LOCAL_NODE
: Should the relay work inlocal
modeRELAY_SERVER_PORT
: The port on which to run the relayRELAY_E2E_HOST
: The full relay url addressFEE_HISTORY_MAX_RESULTS
: Max number of results returned byeth_feeHistory
. Defaults to 10.DEFAULT_RATE_LIMIT
: Default fallback rate limit, if no other is configured. Default is to200
(200 request per IP).MIRROR_NODE_RETRIES
: Default mirror node retries, if no other is configured. Default is set to10
for local and3
for mainnet/testnet/previewnet.MIRROR_NODE_RETRY_DELAY
: Default mirror node retry delay, if no other is configured. Default is set to150ms
for local and500ms
for mainnet/testnet/previewnet.TIER_1_RATE_LIMIT
: Restrictive limiting tier, for expensive endpoints. Default is to100
(100 request per IP).TIER_2_RATE_LIMIT
: Moderate limiting tier, for non expensive endpoints. Default is to200
(200 request per IP).TIER_3_RATE_LIMIT
: Relaxed limiting tier. Default is to400
(400 request per IP).ETH_CALL_DEFAULT_TO_CONSENSUS_NODE
: Force redirect contract calls to services instead of mirror node. Default is false.LIMIT_DURATION
: Reset limit duration in ms. This creates a timestamp, which resets all limits, when it's reached. Default is to60000
(1 minute).HBAR_LIMIT_TOTAL_TINYBAR
: Total hbar budget in tinybars. Default is to5000_000_000
(50 HBAR).BAR_RATE_LIMIT_DURATION
: Hbar limit duration in ms. This creates a timestamp, which resets all limits, when it's reached. Defaults to60000
(1 minute).ETH_GET_LOGS_BLOCK_RANGE_LIMIT
:eth_getLogs
fromBlock - toBlock range limit. Defaults to 1000 blocks.RELAY_RATE_LIMIT_DISABLED
: If set totrue
the relay will not perform any rate limiting.RELAY_INPUT_SIZE_LIMIT
: The function input size limit in mb. Defaults to 1.DEV_MODE
: Allows the asserting of contract call revert messagesMIRROR_NODE_GET_CONTRACT_RESULTS_RETRIES
: Number of retries forcontracts/results/
endpoint. Defaults to 20
RELAY_WS_CONNECTION_LIMIT_PER_IP
: Limit of active connections per IPRELAY_WS_CONNECTION_LIMIT
: Global limit of active connectionsRELAY_WS_MAX_INACTIVITY_TTL
: Time in ms before a connection is terminatedRELAY_WS_MULTIPLE_ADDRESSES_ENABLED
: Flag for allowing subscribing to multiple contract addresses in a single subscriptionRELAY_WS_SUBSCRIPTION_LIMIT
: Maximum allowed subscriptions per single connection
STREAM_EXTENSION
: File extension for record files
DOCKER_LOCAL_MIRROR_NODE_MENU_NAME
: Name of the custom network.DOCKER_LOCAL_MIRROR_NODE_URL
: URL for the mirror node endpoint on custom network.