This commit is contained in:
Sebastian
2024-10-26 07:52:47 +02:00
parent 86642de9ca
commit 63a47db15c

View File

@@ -1,29 +1,7 @@
services: services:
init:
build:
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:
- "op-celo-alfajores-fullnode:/datadir"
- "./celo/alfajores:/config"
command: init --datadir /datadir /config/genesis.json
op-celo-alfajores-fullnode: op-celo-alfajores-fullnode:
build: image: us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-geth@sha256:13fa55221309e4e453fd8c383d51aa6d065695f14a64ab25c85aa7d9301173e0
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:
- init
volumes: volumes:
- "op-celo-alfajores-fullnode:/datadir" - "op-celo-alfajores-fullnode:/datadir"
- ".jwtsecret:/jwtsecret" - ".jwtsecret:/jwtsecret"