base sync fix

This commit is contained in:
Para Dox
2025-05-30 10:11:31 +07:00
parent 368db703c4
commit 7b129c628b
14 changed files with 28 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ services:
entrypoint: [op-reth, node]
command:
- --chain=base
- --config=/config/reth/reth.toml
- --datadir=/root/.local/share/reth
- --engine.cross-block-cache-size=${BASE_MAINNET_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50
@@ -88,6 +89,7 @@ services:
- chains
volumes:
- ${BASE_MAINNET_OP_RETH_MINIMAL_TRACE_DATA:-base-mainnet-op-reth-minimal-trace}:/root/.local/share/reth
- ./op/base/mainnet:/config
- .jwtsecret:/jwtsecret:ro
- /slowdisk:/slowdisk
logging: *logging-defaults
@@ -143,6 +145,7 @@ services:
networks:
- chains
volumes:
- ./op/base/mainnet:/config
- .jwtsecret:/jwtsecret:ro
logging: *logging-defaults
labels: