Skip to content

Commit

Permalink
chore(holesky): re-add bolt-default network to all services
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevbirb committed Oct 28, 2024
1 parent 77e0918 commit 4df6b22
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions testnets/holesky/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@ services:
env_file: ./bolt-sidecar.env
volumes:
- "./delegations.json:${BOLT_SIDECAR_DELEGATIONS_PATH:-/etc/delegations.json}"
networks:
- bolt-default

bolt-mev-boost-holesky:
image: ghcr.io/chainbound/bolt-mev-boost:v0.3.0-alpha.rc1
container_name: bolt-mev-boost-holesky
restart: unless-stopped
env_file: ./mev-boost.env
entrypoint: /bin/sh -c '/app/mev-boost'
networks:
- bolt-default

bolt-prometheus-holesky:
image: prom/prometheus:latest
Expand All @@ -27,6 +31,8 @@ services:
- ./prometheus.yml:/etc/prometheus/prometheus.yml
- ./targets.json:/etc/prometheus/targets.json
- prometheus-data:/prometheus
networks:
- bolt-default

bolt-cadvisor-holesky:
image: gcr.io/cadvisor/cadvisor:latest
Expand Down

0 comments on commit 4df6b22

Please sign in to comment.