This commit is contained in:
Sebastian
2025-01-14 04:16:27 +01:00
parent 737a271e26
commit f3ed6f2a1c

View File

@@ -2,7 +2,7 @@ version: '3.1'
services:
base-archive: # this is Optimism's geth client
image: ghcr.io/paradigmxyz/op-reth:v1.1.0
image: ghcr.io/paradigmxyz/op-reth:${RETH_VERSION:-v1.1.5}
expose:
- 9551
- 8545 # RPC / Websocket
@@ -37,9 +37,6 @@ services:
base-archive-node:
build:
context: ./op
args:
OP_GETH_VERSION: v1.101408.0
OP_NODE_VERSION: v1.9.1
depends_on:
- base-archive
volumes: