mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 17:50:13 +01:00
Removed trace/comments
This commit is contained in:
parent
3d2067b507
commit
09be714b9f
@ -2,7 +2,6 @@ version: '2.1'
|
|||||||
services:
|
services:
|
||||||
keeper-node:
|
keeper-node:
|
||||||
image: parity/parity:stable
|
image: parity/parity:stable
|
||||||
# entrypoint: tail -f /dev/null
|
|
||||||
command:
|
command:
|
||||||
--config /home/parity/parity/config/config.toml
|
--config /home/parity/parity/config/config.toml
|
||||||
--db-path /home/parity/chains
|
--db-path /home/parity/chains
|
||||||
|
@ -16,7 +16,6 @@ services:
|
|||||||
--no-warp
|
--no-warp
|
||||||
--unlock 0x00bd138abd70e2f00903268f3db08f2d25677c9e
|
--unlock 0x00bd138abd70e2f00903268f3db08f2d25677c9e
|
||||||
--node-key 0xb3244c104fb56d28d3979f6cd14a8b5cf5b109171d293f4454c97c173a9f9374
|
--node-key 0xb3244c104fb56d28d3979f6cd14a8b5cf5b109171d293f4454c97c173a9f9374
|
||||||
# -l jsonrpc,discovery,chain,client,import,secretstore_net,privatetx=trace
|
|
||||||
volumes:
|
volumes:
|
||||||
- ../networks/spree/config:/home/parity/config
|
- ../networks/spree/config:/home/parity/config
|
||||||
- ../networks/spree/authorities/validator0.json:/home/parity/.local/keys/spree/validator.json
|
- ../networks/spree/authorities/validator0.json:/home/parity/.local/keys/spree/validator.json
|
||||||
|
@ -19,7 +19,6 @@ services:
|
|||||||
--node-key 0x32313aee5977ca63184b696e4cf7b7bfc2745f727dbef82d7a1f6314ad58dcf5
|
--node-key 0x32313aee5977ca63184b696e4cf7b7bfc2745f727dbef82d7a1f6314ad58dcf5
|
||||||
--reserved-peers /etc/parity/secretstore/peers_${KEEPER_NETWORK_NAME}.txt
|
--reserved-peers /etc/parity/secretstore/peers_${KEEPER_NETWORK_NAME}.txt
|
||||||
-l secretstore_net,secretstore=trace
|
-l secretstore_net,secretstore=trace
|
||||||
# -l jsonrpc,discovery,chain,client,import,secretstore_net,privatetx=trace
|
|
||||||
volumes:
|
volumes:
|
||||||
- ../networks/secret-store/config/:/etc/parity/secretstore/
|
- ../networks/secret-store/config/:/etc/parity/secretstore/
|
||||||
- secret-store:/secret-store/
|
- secret-store:/secret-store/
|
||||||
|
Loading…
Reference in New Issue
Block a user