1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-11-22 17:50:13 +01:00

Added chain volumes for each network. Removed validators accounts for public networks

This commit is contained in:
Javier Cortejoso 2019-06-26 15:59:58 +02:00
parent 4b181be4d0
commit 13001adcac
No known key found for this signature in database
GPG Key ID: FBEEF3131E39EBCF
7 changed files with 11 additions and 17 deletions

View File

@ -9,5 +9,8 @@ networks:
- subnet: 172.15.0.1/24 - subnet: 172.15.0.1/24
volumes: volumes:
keeper-node: keeper-node-duero:
keeper-node-nile:
keeper-node-pacific:
keeper-node-kovan:
secret-store: secret-store:

View File

@ -14,10 +14,8 @@ services:
--jsonrpc-apis all --jsonrpc-apis all
volumes: volumes:
- ../networks/duero/config:/home/parity/parity/config - ../networks/duero/config:/home/parity/parity/config
- keeper-node:/home/parity/.local/share/io.parity.ethereum/
- ../networks/duero/keys:/home/parity/.local/share/io.parity.ethereum/keys - ../networks/duero/keys:/home/parity/.local/share/io.parity.ethereum/keys
- ../networks/duero/authorities/validator0.json:/home/parity/.local/share/io.parity.ethereum/keys/duero/validator.json - keeper-node-duero:/home/parity/.local/share/io.parity.ethereum/
- ../networks/duero/authorities/validator0.pwd:/home/parity/parity/validator.pwd
ports: ports:
- 8545:8545 - 8545:8545
networks: networks:

View File

@ -15,6 +15,7 @@ services:
--unsafe-expose --unsafe-expose
volumes: volumes:
- ../networks/kovan/keys:/home/parity/.local/share/io.parity.ethereum/keys/kovan - ../networks/kovan/keys:/home/parity/.local/share/io.parity.ethereum/keys/kovan
- keeper-node-kovan:/home/parity/.local/share/io.parity.ethereum/
ports: ports:
- 8545:8545 - 8545:8545
networks: networks:

View File

@ -13,9 +13,8 @@ services:
--jsonrpc-apis all --jsonrpc-apis all
volumes: volumes:
- ../networks/nile/config:/home/parity/parity/config - ../networks/nile/config:/home/parity/parity/config
- keeper-node:/home/parity/.local/share/io.parity.ethereum/ - ../networks/nile/keys:/home/parity/.local/share/io.parity.ethereum/keys
- ../networks/nile/authorities/validator0.json:/home/parity/.local/share/io.parity.ethereum/keys/nile/validator.json - keeper-node-nile:/home/parity/.local/share/io.parity.ethereum/
- ../networks/nile/authorities/validator0.pwd:/home/parity/parity/validator.pwd
ports: ports:
- 8545:8545 - 8545:8545
networks: networks:

View File

@ -12,10 +12,9 @@ services:
--jsonrpc-hosts all --jsonrpc-hosts all
--jsonrpc-apis all --jsonrpc-apis all
volumes: volumes:
- ../networks/nile/config:/home/parity/parity/config - ../networks/pacific/config:/home/parity/parity/config
- keeper-node:/home/parity/.local/share/io.parity.ethereum/ - ../networks/pacific/keys:/home/parity/.local/share/io.parity.ethereum/keys
- ../networks/nile/authorities/validator0.json:/home/parity/.local/share/io.parity.ethereum/keys/nile/validator.json - keeper-node-pacific:/home/parity/.local/share/io.parity.ethereum/
- ../networks/nile/authorities/validator0.pwd:/home/parity/parity/validator.pwd
ports: ports:
- 8545:8545 - 8545:8545
networks: networks:

View File

@ -14,6 +14,3 @@ apis = ["web3", "eth", "pubsub", "net", "parity", "parity_pubsub", "parity_accou
[network] [network]
port = 30303 port = 30303
discovery = true discovery = true
[account]
password = ["/home/parity/parity/validator.pwd"]

View File

@ -14,6 +14,3 @@ apis = ["web3", "eth", "pubsub", "net", "parity", "parity_pubsub", "parity_accou
[network] [network]
port = 30303 port = 30303
discovery = true discovery = true
[account]
password = ["/home/parity/parity/validator.pwd"]