1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-11-29 07:16:19 +01:00
barge/compose-files/nodes/kovan_node.yml

25 lines
532 B
YAML
Raw Normal View History

2019-02-08 09:13:23 +01:00
version: '3'
services:
2018-12-05 14:03:41 +01:00
keeper-node:
image: ${PARITY_IMAGE}
2019-06-26 16:55:23 +02:00
user: root
command:
--chain kovan
2018-12-06 13:22:25 +01:00
--base-path /home/parity/base
2019-06-26 16:55:23 +02:00
--keys-path /keys
--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:
2019-06-26 17:08:28 +02:00
- ../networks/kovan/keys:/keys/kovan
2019-06-26 16:55:23 +02:00
- keeper-node-kovan:/home/parity/base
ports:
- 8545:8545
networks:
backend:
ipv4_address: 172.15.0.12