1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-11-23 02:00:26 +01:00
barge/compose-files/nodes/pacific_node.yml

24 lines
598 B
YAML
Raw Normal View History

2019-06-06 15:24:00 +02:00
version: '3'
services:
keeper-node:
image: ${PARITY_IMAGE}
2019-06-26 16:55:23 +02:00
user: root
2019-06-06 15:24:00 +02:00
command:
--config /home/parity/parity/config/config.toml
--base-path /home/parity/base
2019-06-26 16:55:23 +02:00
--keys-path /keys
2019-06-06 15:24:00 +02:00
--ws-interface all
--jsonrpc-cors all
--jsonrpc-interface all
--jsonrpc-hosts all
--jsonrpc-apis all
volumes:
- ../networks/pacific/config:/home/parity/parity/config
2019-06-26 16:55:23 +02:00
- ../networks/pacific/keys:/keys/pacific
- keeper-node-pacific:/home/parity/base
2019-06-06 15:24:00 +02:00
ports:
- 8545:8545
networks:
backend:
ipv4_address: 172.15.0.12