update
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
services:
|
services:
|
||||||
init:
|
init:
|
||||||
image: us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-geth:celo8
|
image: us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-geth@sha256:13fa55221309e4e453fd8c383d51aa6d065695f14a64ab25c85aa7d9301173e0
|
||||||
volumes:
|
volumes:
|
||||||
- "op-celo-alfajores-fullnode:/datadir"
|
- "op-celo-alfajores-fullnode:/datadir"
|
||||||
- "./celo/alfajores:/config"
|
- "./celo/alfajores:/config"
|
||||||
command: init --datadir /datadir /config/genesis.json
|
command: init --datadir /datadir /config/genesis.json
|
||||||
|
|
||||||
op-celo-alfajores-fullnode:
|
op-celo-alfajores-fullnode:
|
||||||
image: us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-geth:celo8
|
image: us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-geth@sha256:13fa55221309e4e453fd8c383d51aa6d065695f14a64ab25c85aa7d9301173e0
|
||||||
depends_on:
|
depends_on:
|
||||||
- init
|
- init
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user