This commit is contained in:
Sebastian
2025-01-14 04:39:55 +01:00
parent 4033f1c09d
commit 37d5a5caea

View File

@@ -5,9 +5,9 @@ services:
build: build:
context: ./op context: ./op
dockerfile: Dockerfile dockerfile: Dockerfile
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
expose: expose:
- 8545 # RPC / Websocket - 8545 # RPC / Websocket
- 8480 # P2P TCP (currently unused) - 8480 # P2P TCP (currently unused)
@@ -54,9 +54,9 @@ services:
op-base-fullnode-node: op-base-fullnode-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:
- op-base-fullnode - op-base-fullnode
expose: expose: