updated bloxberg keys
This commit is contained in:
parent
1212747b9f
commit
052dbe25f4
@ -27,14 +27,15 @@ services:
|
|||||||
# - ganache-db:/tmp/cic/ganache
|
# - ganache-db:/tmp/cic/ganache
|
||||||
|
|
||||||
eth:
|
eth:
|
||||||
build: apps/bloxbergValidatorSetup
|
build:
|
||||||
|
context: apps/bloxbergValidatorSetup
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- ${HTTP_PORT_ETH:-8545}:8545
|
- ${HTTP_PORT_ETH:-8545}:8545
|
||||||
- 8546
|
- 8546
|
||||||
- 30303
|
- 30303
|
||||||
volumes:
|
volumes:
|
||||||
- ./apps/bloxbergValidatorSetup/keys:/root/keys # stores the signing key locally
|
- keys:/root/keys # stores the signing key locally
|
||||||
- bloxberg-data:/root/.local/share/io.parity.ethereum/chains/Bloxberg/db/
|
- bloxberg-data:/root/.local/share/io.parity.ethereum/chains/Bloxberg/db/
|
||||||
|
|
||||||
# See contents of /initdb/create_db.sql for app user, password and databases
|
# See contents of /initdb/create_db.sql for app user, password and databases
|
||||||
|
@ -1 +0,0 @@
|
|||||||
{}
|
|
Loading…
Reference in New Issue
Block a user