2019-05-09 22:37:25 +02:00
|
|
|
version: '3'
|
|
|
|
services:
|
|
|
|
keeper-node:
|
|
|
|
image: ${PARITY_IMAGE}
|
2019-06-26 16:55:23 +02:00
|
|
|
user: root
|
2019-05-09 22:37:25 +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-05-09 22:37:25 +02:00
|
|
|
--ws-interface all
|
|
|
|
--jsonrpc-cors all
|
|
|
|
--jsonrpc-interface all
|
|
|
|
--jsonrpc-hosts all
|
|
|
|
--jsonrpc-apis all
|
|
|
|
volumes:
|
|
|
|
- ../networks/duero/config:/home/parity/parity/config
|
2019-06-26 16:55:23 +02:00
|
|
|
- ../networks/duero/keys:/keys/duero
|
|
|
|
- keeper-node-duero:/home/parity/base
|
2019-05-09 22:37:25 +02:00
|
|
|
ports:
|
|
|
|
- 8545:8545
|
|
|
|
networks:
|
|
|
|
backend:
|
|
|
|
ipv4_address: 172.15.0.12
|