This commit is contained in:
Sebastian
2024-09-06 16:45:50 +02:00
parent 42cab51487
commit f55b51d47f

View File

@@ -5,6 +5,9 @@ services:
#image: stakesquid/op-zora-mainnet:v0.1
build:
context: ./op
args:
OP_GETH_VERSION: v1.101408.0
OP_NODE_VERSION: v1.9.1
expose:
- 8545 # RPC / Websocket
- 2483 # P2P TCP (currently unused)
@@ -51,6 +54,9 @@ services:
#image: stakesquid/op-zora-mainnet:v0.1
build:
context: ./op
args:
OP_GETH_VERSION: v1.101408.0
OP_NODE_VERSION: v1.9.1
depends_on:
- op-zora-mainnet
expose: