another try

This commit is contained in:
Sebastian
2024-09-03 19:51:11 +02:00
parent 2ab53a937a
commit b879e23407

View File

@@ -4,10 +4,10 @@ services:
op-base-fullnode: op-base-fullnode:
build: build:
context: ./op context: ./op
dockerfile: Dockerfile.debug dockerfile: Dockerfile
args: args:
OP_GETH_VERSION: v1.101315.2 OP_GETH_VERSION: v1.101408.0
OP_NODE_VERSION: v1.7.7 OP_NODE_VERSION: v1.9.1
expose: expose:
- 8545 # RPC / Websocket - 8545 # RPC / Websocket
- 8480 # P2P TCP (currently unused) - 8480 # P2P TCP (currently unused)
@@ -56,6 +56,9 @@ services:
op-base-fullnode-node: op-base-fullnode-node:
build: build:
context: ./op context: ./op
args:
OP_GETH_VERSION: v1.101408.0
OP_NODE_VERSION: v1.9.1
depends_on: depends_on:
- op-base-fullnode - op-base-fullnode
expose: expose: