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: services:
base-archive: # this is Optimism's geth client 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: expose:
- 9551 - 9551
- 8545 # RPC / Websocket - 8545 # RPC / Websocket
@@ -37,9 +37,6 @@ services:
base-archive-node: base-archive-node:
build: build:
context: ./op context: ./op
args:
OP_GETH_VERSION: v1.101408.0
OP_NODE_VERSION: v1.9.1
depends_on: depends_on:
- base-archive - base-archive
volumes: volumes: