This commit is contained in:
Sebastian
2024-10-26 07:23:10 +02:00
parent 2e40528e33
commit ebb804e9b8

View File

@@ -4,6 +4,8 @@ services:
context: ./op context: ./op
dockerfile: Dockerfile.debug dockerfile: Dockerfile.debug
args: args:
OP_NODE_REPO: https://github.com/celo-org/optimism.git
OP_NODE_VERSION: celo9
OP_GETH_REPO: https://github.com/celo-org/op-geth.git OP_GETH_REPO: https://github.com/celo-org/op-geth.git
OP_GETH_VERSION: celo8 OP_GETH_VERSION: celo8
volumes: volumes:
@@ -16,6 +18,8 @@ services:
context: ./op context: ./op
dockerfile: Dockerfile.debug dockerfile: Dockerfile.debug
args: args:
OP_NODE_REPO: https://github.com/celo-org/optimism.git
OP_NODE_VERSION: celo9
OP_GETH_REPO: https://github.com/celo-org/op-geth.git OP_GETH_REPO: https://github.com/celo-org/op-geth.git
OP_GETH_VERSION: celo8 OP_GETH_VERSION: celo8
depends_on: depends_on:
@@ -74,6 +78,8 @@ services:
args: args:
OP_NODE_REPO: https://github.com/celo-org/optimism.git OP_NODE_REPO: https://github.com/celo-org/optimism.git
OP_NODE_VERSION: celo9 OP_NODE_VERSION: celo9
OP_GETH_REPO: https://github.com/celo-org/op-geth.git
OP_GETH_VERSION: celo8
depends_on: depends_on:
- op-celo-alfajores-fullnode - op-celo-alfajores-fullnode
- op-celo-alfajores-key-generator - op-celo-alfajores-key-generator