barge/compose-files/nodes/spree_node.yml

29 lines
958 B
YAML
Raw Normal View History

2019-02-08 09:13:23 +01:00
version: '3'
2018-11-29 12:32:38 +01:00
services:
2018-12-05 14:03:41 +01:00
keeper-node:
2019-02-13 09:06:37 +01:00
image: parity/parity:v2.3.2
2018-11-29 12:32:38 +01:00
command:
2018-12-06 14:54:10 +01:00
--config /home/parity/config/config.toml
--db-path /home/parity/chains
--keys-path /home/parity/.local/keys
2018-11-29 12:32:38 +01:00
--base-path /home/parity/base
2018-12-06 09:16:50 +01:00
--min-gas-price 0
2018-11-29 12:32:38 +01:00
--jsonrpc-cors all
--jsonrpc-interface all
--jsonrpc-hosts all
--jsonrpc-apis all
2018-12-06 14:54:10 +01:00
--unsafe-expose
2019-02-01 17:48:02 +01:00
--no-warp
2018-12-06 14:54:10 +01:00
--unlock 0x00bd138abd70e2f00903268f3db08f2d25677c9e
2019-02-06 08:21:29 +01:00
--node-key 0xb3244c104fb56d28d3979f6cd14a8b5cf5b109171d293f4454c97c173a9f9374
2018-11-29 12:32:38 +01:00
volumes:
2018-12-06 14:54:10 +01:00
- ../networks/spree/config:/home/parity/config
- ../networks/spree/authorities/validator0.json:/home/parity/.local/keys/spree/validator.json
- ../networks/spree/keys:/home/parity/.local/keys/spree
- ../networks/spree/authorities/validator0.pwd:/home/parity/validator.pwd:ro
2018-11-29 12:32:38 +01:00
ports:
- 8545:8545
networks:
backend:
ipv4_address: 172.15.0.12