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

23 lines
650 B
YAML
Raw Normal View History

2019-02-08 09:13:23 +01:00
version: '3'
2018-12-06 09:16:50 +01:00
services:
keeper-node:
image: ${PARITY_IMAGE}
2018-12-06 09:16:50 +01:00
command:
--config /home/parity/parity/config/config.toml
--db-path /home/parity/chains
--base-path /home/parity/base
--ws-interface all
--jsonrpc-cors all
--jsonrpc-interface all
--jsonrpc-hosts all
--jsonrpc-apis all
volumes:
2018-12-06 10:58:28 +01:00
- ../networks/nile/config:/home/parity/parity/config
- ../networks/nile/keys:/home/parity/.local/share/io.parity.ethereum/keys
- keeper-node-nile:/home/parity/.local/share/io.parity.ethereum/
2018-12-06 09:16:50 +01:00
ports:
- 8545:8545
networks:
backend:
ipv4_address: 172.15.0.12