1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-06-30 05:32:04 +02:00
barge/compose-files/nodes/duero_node.yml
2019-06-26 16:55:23 +02:00

24 lines
590 B
YAML

version: '3'
services:
keeper-node:
image: ${PARITY_IMAGE}
user: root
command:
--config /home/parity/parity/config/config.toml
--base-path /home/parity/base
--keys-path /keys
--ws-interface all
--jsonrpc-cors all
--jsonrpc-interface all
--jsonrpc-hosts all
--jsonrpc-apis all
volumes:
- ../networks/duero/config:/home/parity/parity/config
- ../networks/duero/keys:/keys/duero
- keeper-node-duero:/home/parity/base
ports:
- 8545:8545
networks:
backend:
ipv4_address: 172.15.0.12