mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-26 20:39:00 +01:00
19 lines
364 B
YAML
19 lines
364 B
YAML
version: '2.1'
|
|
services:
|
|
keeper-node:
|
|
image: parity/parity:stable
|
|
command:
|
|
--chain kovan
|
|
--light
|
|
--ws-interface all
|
|
--jsonrpc-cors all
|
|
--jsonrpc-interface all
|
|
--jsonrpc-hosts all
|
|
--jsonrpc-apis all
|
|
--unsafe-expose
|
|
ports:
|
|
- 8545:8545
|
|
networks:
|
|
backend:
|
|
ipv4_address: 172.15.0.12
|