fix
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
---
|
||||
# use at your own risk
|
||||
|
||||
services:
|
||||
@@ -26,47 +27,37 @@ services:
|
||||
- 10397:10397/udp
|
||||
volumes:
|
||||
- ${ZIRCUIT_GARFIELD_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-zircuit-garfield-op-geth-archive-leveldb-hash}:/data
|
||||
- /slowdisk:/slowdisk
|
||||
|
||||
- .jwtsecret:/jwtsecret:ro
|
||||
|
||||
- /slowdisk:/slowdisk
|
||||
environment:
|
||||
- GETH_OP_NETWORK=zircuit-garfield
|
||||
- GETH_ETHSTATS=d${DOMAIN}:${ZIRCUIT_GARFIELD_WS_SECRET}@${ZIRCUIT_GARFIELD_ETH_STATS_SERVER}:${ZIRCUIT_GARFIELD_ETH_STATS_SERVER_PORT}
|
||||
- GETH_OP_NETWORK=zircuit-garfield
|
||||
entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"]
|
||||
command:
|
||||
- --authrpc.addr=0.0.0.0
|
||||
- --authrpc.jwtsecret=/jwtsecret
|
||||
- --authrpc.vhosts=*
|
||||
- --circuit-capacity-check=false
|
||||
- --datadir=/data
|
||||
- --port=10397
|
||||
- --nat=extip:${IP}
|
||||
- --db.engine=leveldb
|
||||
- --gcmode=archive
|
||||
- --http
|
||||
- --http.addr=0.0.0.0
|
||||
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||
- --http.port=8545
|
||||
- --http.vhosts=*
|
||||
- --maxpeers=50
|
||||
|
||||
- --ws
|
||||
- --ws.port=8545
|
||||
- --ws.origins=*
|
||||
- --ws.addr=0.0.0.0
|
||||
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||
|
||||
- --http.addr=0.0.0.0
|
||||
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||
|
||||
- --nat=extip:${IP}
|
||||
- --port=10397
|
||||
- --rpc.gascap=600000000
|
||||
- --rpc.txfeecap=0
|
||||
|
||||
- --authrpc.addr=0.0.0.0
|
||||
- --authrpc.vhosts=*
|
||||
|
||||
- --authrpc.jwtsecret=/jwtsecret
|
||||
|
||||
- --db.engine=leveldb
|
||||
- --state.scheme=hash
|
||||
- --syncmode=full
|
||||
- --gcmode=archive
|
||||
|
||||
- --circuit-capacity-check=false
|
||||
|
||||
- --ws
|
||||
- --ws.addr=0.0.0.0
|
||||
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||
- --ws.origins=*
|
||||
- --ws.port=8545
|
||||
networks:
|
||||
- chains
|
||||
restart: unless-stopped
|
||||
@@ -87,26 +78,26 @@ services:
|
||||
- 15397:15397
|
||||
- 15397:15397/udp
|
||||
environment:
|
||||
- OP_NODE_NETWORK=zircuit-garfield
|
||||
- OP_NODE_L1_ETH_RPC=${ETHEREUM_HOLESKY_EXECUTION_RPC}
|
||||
- OP_NODE_L2_ENGINE_RPC=http://zircuit-garfield-archive:8551
|
||||
- OP_NODE_P2P_LISTEN_TCP_PORT=15397
|
||||
- OP_NODE_P2P_LISTEN_UDP_PORT=15397
|
||||
- OP_NODE_P2P_ADVERTISE_IP=${IP}
|
||||
- OP_NODE_L1_RPC_KIND=${ETHEREUM_HOLESKY_EXECUTION_KIND:-basic}
|
||||
- OP_NODE_L1_TRUST_RPC=${ETHEREUM_HOLESKY_EXECUTION_TRUST:-false}
|
||||
- OP_NODE_L1_BEACON=${ETHEREUM_HOLESKY_BEACON_REST}
|
||||
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_HOLESKY_BEACON_ARCHIVER}
|
||||
- OP_NODE_SYNCMODE=execution-layer
|
||||
- OP_NODE_L1_ETH_RPC=${ETHEREUM_HOLESKY_EXECUTION_RPC}
|
||||
- OP_NODE_L1_RPC_KIND=${ETHEREUM_HOLESKY_EXECUTION_KIND:-basic}
|
||||
- OP_NODE_L1_TRUST_RPC=${ETHEREUM_HOLESKY_EXECUTION_TRUST:-false}
|
||||
- OP_NODE_L2_ENGINE_AUTH=/jwtsecret
|
||||
- OP_NODE_L2_ENGINE_RPC=http://zircuit-garfield-archive:8551
|
||||
- OP_NODE_LOG_LEVEL=info
|
||||
- OP_NODE_METRICS_ADDR=0.0.0.0
|
||||
- OP_NODE_METRICS_ENABLED=true
|
||||
- OP_NODE_METRICS_PORT=7300
|
||||
- OP_NODE_NETWORK=zircuit-garfield
|
||||
- OP_NODE_P2P_ADVERTISE_IP=${IP}
|
||||
- OP_NODE_P2P_LISTEN_IP=0.0.0.0
|
||||
- OP_NODE_P2P_LISTEN_TCP_PORT=15397
|
||||
- OP_NODE_P2P_LISTEN_UDP_PORT=15397
|
||||
- OP_NODE_RPC_ADDR=0.0.0.0
|
||||
- OP_NODE_RPC_PORT=8545
|
||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||
- OP_NODE_SYNCMODE=execution-layer
|
||||
- OP_NODE_VERIFIER_L1_CONFS=0
|
||||
entrypoint: [op-node]
|
||||
networks:
|
||||
@@ -114,7 +105,6 @@ services:
|
||||
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret:ro
|
||||
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
zircuit-garfield-op-geth-archive-leveldb-hash:
|
||||
@@ -153,3 +143,5 @@ x-upstreams:
|
||||
- name: zirc_getQuarantineHistory
|
||||
- name: zirc_getQuarantined
|
||||
- name: zirc_isQuarantined
|
||||
|
||||
...
|
||||
Reference in New Issue
Block a user