1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-12-02 05:57:21 +01:00
barge/compose-files/nodes/nile_node.yml
Javier Cortejoso c43f850699
Merge pull request #140 from oceanprotocol/fix/no_keys_in_nile
removed all the keys that can contain ether in nile
2019-05-07 16:12:58 +02:00

24 lines
774 B
YAML

version: '3'
services:
keeper-node:
image: ${PARITY_IMAGE}
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:
- ../networks/nile/config:/home/parity/parity/config
- keeper-node:/home/parity/.local/share/io.parity.ethereum/
- ../networks/nile/authorities/validator0.json:/home/parity/.local/share/io.parity.ethereum/keys/nile/validator.json
- ../networks/nile/authorities/validator0.pwd:/home/parity/parity/validator.pwd
ports:
- 8545:8545
networks:
backend:
ipv4_address: 172.15.0.12