File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ version : ' 3'
2+
3+ services :
4+ flow-evm-gateway :
5+ image : us-west1-docker.pkg.dev/dl-flow-devex-production/development/flow-evm-gateway:${VERSION}
6+ ports :
7+ - " ${DOCKER_HOST_PORT}:8545"
8+ - " ${DOCKER_HOST_METRICS_PORT}:8080"
9+ command : >
10+ --access-node-grpc-host=${ACCESS_NODE_GRPC_HOST}
11+ --access-node-spork-hosts=${ACCESS_NODE_SPORK_HOSTS}
12+ --flow-network-id=${FLOW_NETWORK_ID}
13+ --init-cadence-height=${INIT_CADENCE_HEIGHT}
14+ --coinbase=${COINBASE}
15+ --coa-address=${COA_ADDRESS}
16+ --coa-key=${COA_KEY}
17+ --ws-enabled=true
18+ --gas-price=100
19+ --rate-limit=9999999
20+ --rpc-host=0.0.0.0
21+ --log-level=warn
22+ --tx-state-validation=local-index
23+ --database-dir=/data
24+ volumes :
25+ - ${DOCKER_HOST_MOUNT}:/data
26+ restart : unless-stopped
You can’t perform that action at this time.
0 commit comments