2018-11-29 12:32:38 +01:00
|
|
|
version: '2.1'
|
|
|
|
services:
|
2018-12-05 14:03:41 +01:00
|
|
|
keeper-node:
|
2018-12-06 09:16:50 +01:00
|
|
|
image: parity/parity:stable
|
2018-11-29 12:32:38 +01:00
|
|
|
command:
|
2018-12-06 09:16:50 +01:00
|
|
|
--config /home/parity/parity/config/config.toml
|
2018-11-29 12:32:38 +01:00
|
|
|
--keys-path /home/parity/.local/share/io.parity.ethereum/keys
|
|
|
|
--base-path /home/parity/base
|
2018-12-06 09:16:50 +01:00
|
|
|
--min-gas-price 0
|
|
|
|
--reseal-min-period 0
|
2018-11-29 12:32:38 +01:00
|
|
|
--jsonrpc-cors all
|
|
|
|
--jsonrpc-interface all
|
|
|
|
--jsonrpc-hosts all
|
|
|
|
--jsonrpc-apis all
|
|
|
|
volumes:
|
2018-12-06 10:58:28 +01:00
|
|
|
- ../networks/spree/config:/home/parity/parity/config
|
|
|
|
- ../networks/spree/keys/validator.pwd:/home/parity/parity/validator.pwd
|
|
|
|
- ../networks/spree/keys:/home/parity/.local/share/io.parity.ethereum/keys/spree
|
2018-11-29 12:32:38 +01:00
|
|
|
ports:
|
|
|
|
- 8545:8545
|
|
|
|
networks:
|
|
|
|
backend:
|
|
|
|
ipv4_address: 172.15.0.12
|