2019-06-06 15:24:00 +02:00
|
|
|
version: '3'
|
|
|
|
services:
|
|
|
|
keeper-node:
|
|
|
|
image: ${PARITY_IMAGE}
|
2019-06-26 16:55:23 +02:00
|
|
|
user: root
|
2019-06-06 15:24:00 +02:00
|
|
|
command:
|
|
|
|
--config /home/parity/parity/config/config.toml
|
|
|
|
--base-path /home/parity/base
|
2019-06-26 16:55:23 +02:00
|
|
|
--keys-path /keys
|
2019-06-06 15:24:00 +02:00
|
|
|
--ws-interface all
|
|
|
|
--jsonrpc-cors all
|
|
|
|
--jsonrpc-interface all
|
|
|
|
--jsonrpc-hosts all
|
|
|
|
--jsonrpc-apis all
|
|
|
|
volumes:
|
2019-06-26 15:59:58 +02:00
|
|
|
- ../networks/pacific/config:/home/parity/parity/config
|
2019-06-26 16:55:23 +02:00
|
|
|
- ../networks/pacific/keys:/keys/pacific
|
|
|
|
- keeper-node-pacific:/home/parity/base
|
2019-06-06 15:24:00 +02:00
|
|
|
ports:
|
|
|
|
- 8545:8545
|
|
|
|
networks:
|
|
|
|
backend:
|
|
|
|
ipv4_address: 172.15.0.12
|