2018-12-05 10:46:50 +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-12-05 10:46:50 +01:00
|
|
|
command:
|
|
|
|
--chain kovan
|
2018-12-06 13:22:25 +01:00
|
|
|
--base-path /home/parity/base
|
|
|
|
--keys-path /home/parity/.local/share/io.parity.ethereum/keys
|
2018-12-05 10:46:50 +01:00
|
|
|
--light
|
|
|
|
--ws-interface all
|
|
|
|
--jsonrpc-cors all
|
|
|
|
--jsonrpc-interface all
|
|
|
|
--jsonrpc-hosts all
|
|
|
|
--jsonrpc-apis all
|
|
|
|
--unsafe-expose
|
2018-12-06 13:22:25 +01:00
|
|
|
volumes:
|
|
|
|
- ../networks/kovan/keys:/home/parity/.local/share/io.parity.ethereum/keys/kovan
|
2018-12-05 10:46:50 +01:00
|
|
|
ports:
|
|
|
|
- 8545:8545
|
|
|
|
networks:
|
|
|
|
backend:
|
|
|
|
ipv4_address: 172.15.0.12
|