fix
This commit is contained in:
@@ -46,9 +46,6 @@ services:
|
|||||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||||
memlock: -1 # Disable memory locking limits (for in-memory DBs like MDBX)
|
memlock: -1 # Disable memory locking limits (for in-memory DBs like MDBX)
|
||||||
user: root
|
user: root
|
||||||
ports:
|
|
||||||
- 14265:14265
|
|
||||||
- 14265:14265/udp
|
|
||||||
expose:
|
expose:
|
||||||
- 8545
|
- 8545
|
||||||
- 9001
|
- 9001
|
||||||
@@ -61,16 +58,11 @@ services:
|
|||||||
- --chain=/config/genesis.json
|
- --chain=/config/genesis.json
|
||||||
- --config=/config/reth/reth.toml
|
- --config=/config/reth/reth.toml
|
||||||
- --datadir=/root/.local/share/reth
|
- --datadir=/root/.local/share/reth
|
||||||
- --discovery.addr=0.0.0.0
|
- --disable-discovery
|
||||||
- --discovery.port=14265
|
|
||||||
- --discovery.v5.addr=0.0.0.0
|
|
||||||
- --discovery.v5.port=14265
|
|
||||||
- --engine.cross-block-cache-size=${KATANA_MAINNET_RETH_STATE_CACHE:-4096}
|
- --engine.cross-block-cache-size=${KATANA_MAINNET_RETH_STATE_CACHE:-4096}
|
||||||
- --max-inbound-peers=50
|
- --max-inbound-peers=50
|
||||||
- --max-outbound-peers=50
|
- --max-outbound-peers=50
|
||||||
- --metrics=0.0.0.0:9001
|
- --metrics=0.0.0.0:9001
|
||||||
- --nat=extip:${IP}
|
|
||||||
- --port=14265
|
|
||||||
- --rollup.sequencer-http=https://rpc.katana.network
|
- --rollup.sequencer-http=https://rpc.katana.network
|
||||||
- --rpc-cache.max-blocks=10000
|
- --rpc-cache.max-blocks=10000
|
||||||
- --rpc-cache.max-concurrent-db-requests=2048
|
- --rpc-cache.max-concurrent-db-requests=2048
|
||||||
@@ -147,7 +139,7 @@ services:
|
|||||||
- OP_NODE_RPC_ADDR=0.0.0.0
|
- OP_NODE_RPC_ADDR=0.0.0.0
|
||||||
- OP_NODE_RPC_PORT=9545
|
- OP_NODE_RPC_PORT=9545
|
||||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||||
- OP_NODE_SYNCMODE=execution-layer
|
- OP_NODE_SYNCMODE=consensus-layer
|
||||||
- OP_NODE_SYNCMODE_OFFSET_EL_SAFE=12h
|
- OP_NODE_SYNCMODE_OFFSET_EL_SAFE=12h
|
||||||
- OP_NODE_VERIFIER_L1_CONFS=0
|
- OP_NODE_VERIFIER_L1_CONFS=0
|
||||||
entrypoint: [op-node]
|
entrypoint: [op-node]
|
||||||
|
|||||||
@@ -46,9 +46,6 @@ services:
|
|||||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||||
memlock: -1 # Disable memory locking limits (for in-memory DBs like MDBX)
|
memlock: -1 # Disable memory locking limits (for in-memory DBs like MDBX)
|
||||||
user: root
|
user: root
|
||||||
ports:
|
|
||||||
- 13767:13767
|
|
||||||
- 13767:13767/udp
|
|
||||||
expose:
|
expose:
|
||||||
- 8545
|
- 8545
|
||||||
- 9001
|
- 9001
|
||||||
@@ -61,17 +58,12 @@ services:
|
|||||||
- --chain=/config/genesis.json
|
- --chain=/config/genesis.json
|
||||||
- --config=/config/reth/reth.toml
|
- --config=/config/reth/reth.toml
|
||||||
- --datadir=/root/.local/share/reth
|
- --datadir=/root/.local/share/reth
|
||||||
- --discovery.addr=0.0.0.0
|
- --disable-discovery
|
||||||
- --discovery.port=13767
|
|
||||||
- --discovery.v5.addr=0.0.0.0
|
|
||||||
- --discovery.v5.port=13767
|
|
||||||
- --engine.cross-block-cache-size=${KATANA_MAINNET_RETH_STATE_CACHE:-4096}
|
- --engine.cross-block-cache-size=${KATANA_MAINNET_RETH_STATE_CACHE:-4096}
|
||||||
- --full
|
- --full
|
||||||
- --max-inbound-peers=50
|
- --max-inbound-peers=50
|
||||||
- --max-outbound-peers=50
|
- --max-outbound-peers=50
|
||||||
- --metrics=0.0.0.0:9001
|
- --metrics=0.0.0.0:9001
|
||||||
- --nat=extip:${IP}
|
|
||||||
- --port=13767
|
|
||||||
- --rollup.sequencer-http=https://rpc.katana.network
|
- --rollup.sequencer-http=https://rpc.katana.network
|
||||||
- --rpc-cache.max-blocks=10000
|
- --rpc-cache.max-blocks=10000
|
||||||
- --rpc-cache.max-concurrent-db-requests=2048
|
- --rpc-cache.max-concurrent-db-requests=2048
|
||||||
@@ -148,7 +140,7 @@ services:
|
|||||||
- OP_NODE_RPC_ADDR=0.0.0.0
|
- OP_NODE_RPC_ADDR=0.0.0.0
|
||||||
- OP_NODE_RPC_PORT=9545
|
- OP_NODE_RPC_PORT=9545
|
||||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||||
- OP_NODE_SYNCMODE=execution-layer
|
- OP_NODE_SYNCMODE=consensus-layer
|
||||||
- OP_NODE_SYNCMODE_OFFSET_EL_SAFE=12h
|
- OP_NODE_SYNCMODE_OFFSET_EL_SAFE=12h
|
||||||
- OP_NODE_VERIFIER_L1_CONFS=0
|
- OP_NODE_VERIFIER_L1_CONFS=0
|
||||||
entrypoint: [op-node]
|
entrypoint: [op-node]
|
||||||
|
|||||||
Reference in New Issue
Block a user