This commit is contained in:
Sebastian
2024-12-16 06:25:50 +01:00
parent aea68dc422
commit c6da52d9d6

View File

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