mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-01 08:05:17 +01:00
20 lines
417 B
YAML
20 lines
417 B
YAML
|
version: '2.1'
|
||
|
services:
|
||
|
blockchain-node:
|
||
|
image: oceanprotocol/parity-ethereum:beta
|
||
|
entrypoint: /opt/parity/parity
|
||
|
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
|