File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ chain = "Mainnet"
22
33[pbs ]
44port = 18550
5+ host = " 0.0.0.0"
6+
7+ [metrics ]
8+ enabled = true
9+ host = " 0.0.0.0"
510
611[[relays ]]
712id = " titan"
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ services:
143143 # \___\___/|_| |_| |_|_| |_| |_|_|\__| |_.__/ \___/ \___/|___/\__|
144144 #
145145 commit-boost :
146- image : ghcr.io/commit-boost/pbs:${COMMITBOOST_VERSION:-v0.7.0 }
146+ image : ghcr.io/commit-boost/pbs:${COMMITBOOST_VERSION:-v0.8.0-rc.2 }
147147 environment :
148148 - CB_CONFIG=/etc/commit-boost/config.toml
149149 volumes :
Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ scrape_configs:
2626 - job_name: "lodestar"
2727 static_configs:
2828 - targets: ["lodestar:5064"]
29+ - job_name: "commit-boost"
30+ static_configs:
31+ - targets: ["commit-boost:10000"]
2932 # Debug
3033 - job_name: "node-exporter"
3134 static_configs:
You can’t perform that action at this time.
0 commit comments