2019-02-08 09:13:23 +01:00
|
|
|
version: '3'
|
2018-12-06 09:16:50 +01:00
|
|
|
services:
|
|
|
|
keeper-node:
|
2019-05-06 09:05:04 +02:00
|
|
|
image: ${PARITY_IMAGE}
|
2018-12-06 09:16:50 +01:00
|
|
|
command:
|
|
|
|
--config /home/parity/parity/config/config.toml
|
|
|
|
--db-path /home/parity/chains
|
|
|
|
--base-path /home/parity/base
|
|
|
|
--ws-interface all
|
|
|
|
--jsonrpc-cors all
|
|
|
|
--jsonrpc-interface all
|
|
|
|
--jsonrpc-hosts all
|
|
|
|
--jsonrpc-apis all
|
|
|
|
volumes:
|
2018-12-06 10:58:28 +01:00
|
|
|
- ../networks/nile/config:/home/parity/parity/config
|
2019-06-26 15:59:58 +02:00
|
|
|
- ../networks/nile/keys:/home/parity/.local/share/io.parity.ethereum/keys
|
|
|
|
- keeper-node-nile:/home/parity/.local/share/io.parity.ethereum/
|
2018-12-06 09:16:50 +01:00
|
|
|
ports:
|
|
|
|
- 8545:8545
|
|
|
|
networks:
|
|
|
|
backend:
|
|
|
|
ipv4_address: 172.15.0.12
|