This commit is contained in:
Sebastian
2024-06-04 10:54:38 +02:00
parent 507196e185
commit 22b06275a4

View File

@@ -31,6 +31,8 @@ services:
- "GETH_AUTHRPC_JWTSECRET=/jwtsecret" - "GETH_AUTHRPC_JWTSECRET=/jwtsecret"
- "GETH_LIGHT_MAXPEERS=0" - "GETH_LIGHT_MAXPEERS=0"
- "GETH_MAXPEERS=0" - "GETH_MAXPEERS=0"
- "GETH_OVERRIDE_CANYON=0"
- "GETH_OVERRIDE_ECOTONE=1716843599"
expose: expose:
- 9545 - 9545
restart: always restart: always
@@ -68,10 +70,11 @@ services:
- "OP_NODE_L1_TRUST_RPC=true" - "OP_NODE_L1_TRUST_RPC=true"
- "OP_NODE_L2_ENGINE_RPC=http://op-blast-mainnet:8551" - "OP_NODE_L2_ENGINE_RPC=http://op-blast-mainnet:8551"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
- "OP_NODE_L2_SKIP_SYNC_START_CHECK=true" #- "OP_NODE_L2_SKIP_SYNC_START_CHECK=true"
- "OP_NODE_P2P_LISTEN_TCP_PORT=25037" - "OP_NODE_P2P_LISTEN_TCP_PORT=25037"
- "OP_NODE_ROLLUP_CONFIG=/config/mainnet/rollup.json" - "OP_NODE_ROLLUP_CONFIG=/config/mainnet/rollup.json"
#command: op-node command: >
op-node
depends_on: depends_on:
- op-blast-mainnet - op-blast-mainnet
networks: networks: