1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-06-28 00:37:43 +02:00
barge/compose-files/secret_store_signing_node.yml
2019-08-26 13:27:44 +02:00

22 lines
532 B
YAML

version: '3'
services:
secret-store-signing-node:
image: ${PARITY_IMAGE}
command:
--chain dev
--light
--ws-interface all
--jsonrpc-cors all
--jsonrpc-interface all
--jsonrpc-hosts all
--jsonrpc-apis all
--keys-path /home/parity/.local/keys
ports:
- 9545:8545
volumes:
- ../networks/secret-store/keys:/home/parity/.local/keys
- ../networks/secret-store/config/:/etc/parity/secretstore/
networks:
backend:
ipv4_address: 172.15.0.18