2018-11-29 12:32:38 +01:00
|
|
|
version: '2.1'
|
|
|
|
services:
|
2018-12-05 14:03:41 +01:00
|
|
|
keeper-node:
|
2018-11-29 12:32:38 +01:00
|
|
|
image: oceanprotocol/parity-ethereum:beta
|
|
|
|
entrypoint: /opt/parity/parity
|
|
|
|
command:
|
|
|
|
--config /home/parity/parity/config/secretstoreclient.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
|
|
|
|
--jsonrpc-cors all
|
|
|
|
--jsonrpc-interface all
|
|
|
|
--jsonrpc-hosts all
|
|
|
|
--jsonrpc-apis all
|
|
|
|
--unsafe-expose
|
|
|
|
--unlock 0x00bd138abd70e2f00903268f3db08f2d25677c9e
|
|
|
|
volumes:
|
|
|
|
- ../parity/parity/config:/home/parity/parity/config
|
2018-12-05 14:03:41 +01:00
|
|
|
- keeper-node:/home/parity/.local/share/io.parity.ethereum/
|
2018-11-29 12:32:38 +01:00
|
|
|
- ../parity/parity/authorities/validator0.json:/home/parity/.local/share/io.parity.ethereum/keys/ocean-network/validator.json
|
|
|
|
- ../parity/parity/keys:/home/parity/.local/share/io.parity.ethereum/keys/ocean-network
|
|
|
|
- ../parity/parity/authorities/validator0.pwd:/home/parity/parity/validator.pwd
|
|
|
|
- ../parity/parity/node0.network.key:/home/parity/.local/share/io.parity.ethereum/network/key
|
|
|
|
ports:
|
|
|
|
- 8545:8545
|
|
|
|
networks:
|
|
|
|
backend:
|
|
|
|
ipv4_address: 172.15.0.12
|