mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 09:47:04 +01:00
Merge pull request #162 from oceanprotocol/fix/node_yamls
Added chain volumes for each network. Removed validators accounts.
This commit is contained in:
commit
cf38cc2b95
@ -9,5 +9,8 @@ networks:
|
||||
- subnet: 172.15.0.1/24
|
||||
|
||||
volumes:
|
||||
keeper-node:
|
||||
keeper-node-duero:
|
||||
keeper-node-nile:
|
||||
keeper-node-pacific:
|
||||
keeper-node-kovan:
|
||||
secret-store:
|
||||
|
@ -14,10 +14,8 @@ services:
|
||||
--jsonrpc-apis all
|
||||
volumes:
|
||||
- ../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/authorities/validator0.json:/home/parity/.local/share/io.parity.ethereum/keys/duero/validator.json
|
||||
- ../networks/duero/authorities/validator0.pwd:/home/parity/parity/validator.pwd
|
||||
- keeper-node-duero:/home/parity/.local/share/io.parity.ethereum/
|
||||
ports:
|
||||
- 8545:8545
|
||||
networks:
|
||||
|
@ -15,6 +15,7 @@ services:
|
||||
--unsafe-expose
|
||||
volumes:
|
||||
- ../networks/kovan/keys:/home/parity/.local/share/io.parity.ethereum/keys/kovan
|
||||
- keeper-node-kovan:/home/parity/.local/share/io.parity.ethereum/
|
||||
ports:
|
||||
- 8545:8545
|
||||
networks:
|
||||
|
@ -13,9 +13,8 @@ services:
|
||||
--jsonrpc-apis all
|
||||
volumes:
|
||||
- ../networks/nile/config:/home/parity/parity/config
|
||||
- keeper-node:/home/parity/.local/share/io.parity.ethereum/
|
||||
- ../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
|
||||
- ../networks/nile/keys:/home/parity/.local/share/io.parity.ethereum/keys
|
||||
- keeper-node-nile:/home/parity/.local/share/io.parity.ethereum/
|
||||
ports:
|
||||
- 8545:8545
|
||||
networks:
|
||||
|
@ -12,10 +12,9 @@ services:
|
||||
--jsonrpc-hosts all
|
||||
--jsonrpc-apis all
|
||||
volumes:
|
||||
- ../networks/nile/config:/home/parity/parity/config
|
||||
- keeper-node:/home/parity/.local/share/io.parity.ethereum/
|
||||
- ../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
|
||||
- ../networks/pacific/config:/home/parity/parity/config
|
||||
- ../networks/pacific/keys:/home/parity/.local/share/io.parity.ethereum/keys
|
||||
- keeper-node-pacific:/home/parity/.local/share/io.parity.ethereum/
|
||||
ports:
|
||||
- 8545:8545
|
||||
networks:
|
||||
|
@ -14,6 +14,3 @@ apis = ["web3", "eth", "pubsub", "net", "parity", "parity_pubsub", "parity_accou
|
||||
[network]
|
||||
port = 30303
|
||||
discovery = true
|
||||
|
||||
[account]
|
||||
password = ["/home/parity/parity/validator.pwd"]
|
||||
|
@ -14,6 +14,3 @@ apis = ["web3", "eth", "pubsub", "net", "parity", "parity_pubsub", "parity_accou
|
||||
[network]
|
||||
port = 30303
|
||||
discovery = true
|
||||
|
||||
[account]
|
||||
password = ["/home/parity/parity/validator.pwd"]
|
||||
|
Loading…
Reference in New Issue
Block a user