mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-10-31 23:55:18 +01:00
c5e2e1591c
Elaticsearch and Compose v3
29 lines
958 B
YAML
29 lines
958 B
YAML
version: '3'
|
|
services:
|
|
keeper-node:
|
|
image: parity/parity:v2.3.2
|
|
command:
|
|
--config /home/parity/config/config.toml
|
|
--db-path /home/parity/chains
|
|
--keys-path /home/parity/.local/keys
|
|
--base-path /home/parity/base
|
|
--min-gas-price 0
|
|
--jsonrpc-cors all
|
|
--jsonrpc-interface all
|
|
--jsonrpc-hosts all
|
|
--jsonrpc-apis all
|
|
--unsafe-expose
|
|
--no-warp
|
|
--unlock 0x00bd138abd70e2f00903268f3db08f2d25677c9e
|
|
--node-key 0xb3244c104fb56d28d3979f6cd14a8b5cf5b109171d293f4454c97c173a9f9374
|
|
volumes:
|
|
- ../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
|
|
ports:
|
|
- 8545:8545
|
|
networks:
|
|
backend:
|
|
ipv4_address: 172.15.0.12
|