Skip to content

Commit 95c9381

Browse files
committed
Addressed PR feedback
1 parent f3596af commit 95c9381

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

commit-boost/config.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ chain = "Mainnet"
22

33
[pbs]
44
port = 18550
5+
host = "0.0.0.0"
6+
7+
[metrics]
8+
enabled = true
9+
host = "0.0.0.0"
510

611
[[relays]]
712
id = "titan"

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

prometheus/prometheus.yml.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)