1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-11-01 08:05:17 +01:00
barge/compose-files/nodes/kovan_node.yml
2018-12-06 13:22:25 +01:00

23 lines
568 B
YAML

version: '2.1'
services:
keeper-node:
image: parity/parity:stable
command:
--chain kovan
--base-path /home/parity/base
--keys-path /home/parity/.local/share/io.parity.ethereum/keys
--light
--ws-interface all
--jsonrpc-cors all
--jsonrpc-interface all
--jsonrpc-hosts all
--jsonrpc-apis all
--unsafe-expose
volumes:
- ../networks/kovan/keys:/home/parity/.local/share/io.parity.ethereum/keys/kovan
ports:
- 8545:8545
networks:
backend:
ipv4_address: 172.15.0.12