From 00b8453fafdca67ff9c28bf1e09aaeb8e851da85 Mon Sep 17 00:00:00 2001 From: cventastic Date: Thu, 17 Mar 2022 13:03:47 +0100 Subject: [PATCH] added fuse metrics --- fuse.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fuse.yml b/fuse.yml index 3c0abd19..b1a698e6 100644 --- a/fuse.yml +++ b/fuse.yml @@ -13,6 +13,7 @@ services: fusenet: image: fusenet/node:2.0.1 expose: + - "3000" - "8545" - "8546" - "30303" @@ -30,7 +31,7 @@ services: - fusenet_config:/config/custom networks: - chains - command: "--role node --parity-args --no-warp --node-key 0xeb5Ca1d019e9D8b9aa9C47991993C84d1062628d --jsonrpc-threads 1 --jsonrpc-server-threads 4" + command: "--role node --parity-args --no-warp --node-key 0xeb5Ca1d019e9D8b9aa9C47991993C84d1062628d --jsonrpc-threads 1 --jsonrpc-server-threads 4 --metrics --metrics-interface=0.0.0.0" restart: unless-stopped labels: - "traefik.enable=true"