do not build op-reth
This commit is contained in:
@@ -30,17 +30,7 @@ x-logging-defaults: &logging-defaults
|
||||
|
||||
services:
|
||||
base-mainnet-op-reth-minimal:
|
||||
build:
|
||||
context: ./
|
||||
dockerfile: reth.Dockerfile
|
||||
args:
|
||||
LLVM_IMAGE: ${LLVM_IMAGE:-snowstep/llvm}
|
||||
LLVM_VERSION: ${LLVM_VERSION:-20250514100911}
|
||||
RETH_VERSION: ${BASE_MAINNET_RETH_VERSION:-v0.1.6}
|
||||
RETH_REPO: ${BASE_MAINNET_RETH_REPO:-https://github.com/base/node-reth.git}
|
||||
ARCH_TARGET: ${ARCH_TARGET:-native}
|
||||
PROFILE: ${RETH_BUILD_PROFILE:-maxperf}
|
||||
BUILD_BASE_RETH: true
|
||||
image: ${BASE_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${BASE_MAINNET_RETH_VERSION:-v1.6.0}
|
||||
sysctls:
|
||||
# TCP Performance
|
||||
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
|
||||
@@ -63,7 +53,7 @@ services:
|
||||
- 8545
|
||||
- 9001
|
||||
- 8551
|
||||
entrypoint: [base-reth-node, node]
|
||||
entrypoint: [op-reth, node]
|
||||
command:
|
||||
- --chain=base
|
||||
- --datadir=/root/.local/share/reth
|
||||
@@ -80,7 +70,6 @@ services:
|
||||
- --rpc.max-blocks-per-filter=0
|
||||
- --rpc.max-connections=50000
|
||||
- --rpc.max-logs-per-response=0
|
||||
- --websocket-url=wss://mainnet.flashblocks.base.org/ws
|
||||
- --http
|
||||
- --http.addr=0.0.0.0
|
||||
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev
|
||||
|
||||
@@ -30,17 +30,7 @@ x-logging-defaults: &logging-defaults
|
||||
|
||||
services:
|
||||
base-mainnet-op-reth-pruned:
|
||||
build:
|
||||
context: ./
|
||||
dockerfile: reth.Dockerfile
|
||||
args:
|
||||
LLVM_IMAGE: ${LLVM_IMAGE:-snowstep/llvm}
|
||||
LLVM_VERSION: ${LLVM_VERSION:-20250514100911}
|
||||
RETH_VERSION: ${BASE_MAINNET_RETH_VERSION:-v0.1.6}
|
||||
RETH_REPO: ${BASE_MAINNET_RETH_REPO:-https://github.com/base/node-reth.git}
|
||||
ARCH_TARGET: ${ARCH_TARGET:-native}
|
||||
PROFILE: ${RETH_BUILD_PROFILE:-maxperf}
|
||||
BUILD_BASE_RETH: true
|
||||
image: ${BASE_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${BASE_MAINNET_RETH_VERSION:-v1.6.0}
|
||||
sysctls:
|
||||
# TCP Performance
|
||||
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
|
||||
@@ -63,7 +53,7 @@ services:
|
||||
- 8545
|
||||
- 9001
|
||||
- 8551
|
||||
entrypoint: [base-reth-node, node]
|
||||
entrypoint: [op-reth, node]
|
||||
command:
|
||||
- --chain=base
|
||||
- --datadir=/root/.local/share/reth
|
||||
@@ -81,7 +71,6 @@ services:
|
||||
- --rpc.max-blocks-per-filter=0
|
||||
- --rpc.max-connections=50000
|
||||
- --rpc.max-logs-per-response=0
|
||||
- --websocket-url=wss://mainnet.flashblocks.base.org/ws
|
||||
- --http
|
||||
- --http.addr=0.0.0.0
|
||||
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev
|
||||
|
||||
Reference in New Issue
Block a user