Skip to content

Commit

Permalink
revert fix: use correct interface in cb config
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Jan 17, 2025
1 parent 7ab2d9a commit 15aa817
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions testnets/holesky/commit-boost/cb.docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
image: ghcr.io/chainbound/bolt-boost:v0.4.0-alpha
container_name: cb_pbs
ports:
- 18551:18551
- 0.0.0.0:18551:18551
environment:
CB_CONFIG: /cb-config.toml
CB_METRICS_PORT: 10000
Expand Down Expand Up @@ -66,7 +66,7 @@ services:
image: prom/prometheus:v3.0.0
container_name: cb_prometheus
ports:
- 9090:9090
- 0.0.0.0:9090:9090
volumes:
- ./cb-prometheus.yml:/etc/prometheus/prometheus.yml
- ./targets.json:/etc/prometheus/targets.json
Expand All @@ -77,7 +77,7 @@ services:
image: grafana/grafana:11.3.1
container_name: cb_grafana
ports:
- 3000:3000
- 0.0.0.0:3000:3000
environment:
- GF_SECURITY_ADMIN_PASSWORD=admin
volumes:
Expand All @@ -92,7 +92,7 @@ services:
image: gcr.io/cadvisor/cadvisor
container_name: cb_cadvisor
ports:
- 8080:8080
- 0.0.0.0:8080:8080
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- /sys:/sys:ro
Expand Down

0 comments on commit 15aa817

Please sign in to comment.