mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-01 08:05:17 +01:00
31 lines
1.1 KiB
YAML
31 lines
1.1 KiB
YAML
version: '2.1'
|
|
services:
|
|
keeper-node:
|
|
image: parity/parity:stable
|
|
command:
|
|
--config /home/parity/parity/config/config.toml
|
|
--db-path /home/parity/chains
|
|
--keys-path /home/parity/.local/share/io.parity.ethereum/keys
|
|
--base-path /home/parity/base
|
|
--engine-signer 0x00bd138abd70e2f00903268f3db08f2d25677c9e
|
|
--ws-interface all
|
|
--light
|
|
--jsonrpc-cors all
|
|
--jsonrpc-interface all
|
|
--jsonrpc-hosts all
|
|
--jsonrpc-apis all
|
|
--unsafe-expose
|
|
--unlock 0x00bd138abd70e2f00903268f3db08f2d25677c9e
|
|
--node-key 0xb3244c104fb56d28d3979f6cd14a8b5cf5b109171d293f4454c97c173a9f9374
|
|
volumes:
|
|
- ../networks/nile/config:/home/parity/parity/config
|
|
- keeper-node:/home/parity/.local/share/io.parity.ethereum/
|
|
- ../networks/nile/keys:/home/parity/.local/share/io.parity.ethereum/keys
|
|
- ../networks/nile/authorities/validator0.json:/home/parity/.local/share/io.parity.ethereum/keys/nile/validator.json
|
|
- ../networks/nile/authorities/validator0.pwd:/home/parity/parity/validator.pwd
|
|
ports:
|
|
- 8545:8545
|
|
networks:
|
|
backend:
|
|
ipv4_address: 172.15.0.12
|