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