diff --git a/op-celo-alfajores-fullnode-debug.yml b/op-celo-alfajores-fullnode-debug.yml index cab989ed..8bf1fad0 100644 --- a/op-celo-alfajores-fullnode-debug.yml +++ b/op-celo-alfajores-fullnode-debug.yml @@ -4,6 +4,8 @@ services: context: ./op dockerfile: Dockerfile.debug 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_VERSION: celo8 volumes: @@ -16,6 +18,8 @@ services: context: ./op dockerfile: Dockerfile.debug 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_VERSION: celo8 depends_on: @@ -74,6 +78,8 @@ services: 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_VERSION: celo8 depends_on: - op-celo-alfajores-fullnode - op-celo-alfajores-key-generator