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

29 lines
1.0 KiB
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:
2019-02-13 09:06:37 +01:00
image: parity/parity:v2.3.2
2018-12-06 09:16:50 +01:00
command:
--config /home/parity/parity/config/config.toml
--db-path /home/parity/chains
--keys-path /home/parity/.local/share/io.parity.ethereum/keys
--base-path /home/parity/base
--engine-signer 0x00bd138abd70e2f00903268f3db08f2d25677c9e
--ws-interface all
--jsonrpc-cors all
--jsonrpc-interface all
--jsonrpc-hosts all
--jsonrpc-apis all
--unsafe-expose
--unlock 0x00bd138abd70e2f00903268f3db08f2d25677c9e
volumes:
2018-12-06 10:58:28 +01:00
- ../networks/nile/config:/home/parity/parity/config
2018-12-06 09:16:50 +01:00
- keeper-node:/home/parity/.local/share/io.parity.ethereum/
2019-02-06 08:21:29 +01:00
- ../networks/nile/keys:/home/parity/.local/share/io.parity.ethereum/keys
2018-12-06 10:58:28 +01:00
- ../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
2018-12-06 09:16:50 +01:00
ports:
- 8545:8545
networks:
backend:
ipv4_address: 172.15.0.12