This commit is contained in:
Para Dox
2025-04-13 20:14:05 +07:00
parent ad3f353c8b
commit e259c428bd
19 changed files with 24 additions and 228 deletions

View File

@@ -18,9 +18,6 @@ services:
ulimits:
nofile: 1048576 # Max open files (for RPC/WS connections)
user: root
ports:
- 13468:13468
- 13468:13468/udp
expose:
- 8545
- 8551
@@ -30,14 +27,11 @@ services:
- --execution.caching.state-scheme=hash
- --execution.rpc.gas-cap=600000000
- --execution.sequencer.enable=false
- --http
- --http.addr=0.0.0.0
- --http.api=eth,net,web3,arb,txpool,debug
- --http.port=8545
- --http.corsdomain=*
- --http.vhosts=*
- --init.latest=archive
- --maxpeers=50
- --nat=extip:${IP}
- --node.batch-poster.enable=false
- --node.sequencer=false
- --node.staker.enable=false
@@ -45,14 +39,10 @@ services:
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
- --persistent.chain=/root/.arbitrum/arbitrum-nova-archive
- --persistent.db-engine=leveldb
- --port=13468
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --ws
- --ws.addr=0.0.0.0
- --ws.api=eth,net,web3,arb,txpool,debug
- --ws.origins=*
- --ws.port=8545
- ./tmp/arbitrum-nova-archive:/tmp
restart: unless-stopped
stop_grace_period: 5m
networks: