fix the initialization
This commit is contained in:
@@ -11,6 +11,7 @@ services:
|
|||||||
- 44169
|
- 44169
|
||||||
- 8545
|
- 8545
|
||||||
- 9001
|
- 9001
|
||||||
|
- 8551
|
||||||
ports:
|
ports:
|
||||||
- "44169:44169"
|
- "44169:44169"
|
||||||
- "44169:44169/udp"
|
- "44169:44169/udp"
|
||||||
@@ -35,14 +36,23 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
|
|
||||||
|
berachain-artio-node-init:
|
||||||
|
image: icculp/berachain_beacon:v0.2.0-alpha.6
|
||||||
|
command: init someting --chain-id bartio-beacon-80084 --consensus-key-algo bls12_381 --home /root/.beacond/
|
||||||
|
volumes:
|
||||||
|
- "berachain-artio-node:/root/.beacond/data"
|
||||||
|
- "./berachain/artio/config:/root/.beacond/config"
|
||||||
|
|
||||||
berachain-artio-node:
|
berachain-artio-node:
|
||||||
image: icculp/berachain_beacon:v0.2.0-alpha.6
|
image: icculp/berachain_beacon:v0.2.0-alpha.6
|
||||||
|
depends_on:
|
||||||
|
- "berachain-artio-node-init"
|
||||||
expose:
|
expose:
|
||||||
- 26657 #rpc
|
- 26657 #rpc
|
||||||
ports:
|
ports:
|
||||||
- "43471:43471"
|
- "43471:43471"
|
||||||
- "43471:43471/udp"
|
- "43471:43471/udp"
|
||||||
command: start --minimum-gas-prices 0atom
|
command: start --minimum-gas-prices 0atom --beacon-kit.engine.jwt-secret-path /jwtsecret --beacon-kit.kzg.trusted-setup-path /root/.beacond/config/kzg-trusted-setup.json --beacon-kit.engine.rpc-dial-url http://berachain-artio:8551
|
||||||
#command: init cometing --chain-id bartio-beacon-80084 --consensus-key-algo bls12_381 --home /root/.beacond/
|
#command: init cometing --chain-id bartio-beacon-80084 --consensus-key-algo bls12_381 --home /root/.beacond/
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
|
|||||||
Reference in New Issue
Block a user