Skip to content

Commit

Permalink
chore(docker): v0.1.2-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevbirb committed Jul 22, 2024
1 parent fa500f8 commit ef5f891
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions testnets/helder/docker-compose.pbs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
ADMINER_PLUGINS: tables-filter tinymce

builder:
image: ghcr.io/chainbound/bolt-builder:v0.1.2-alpha
image: ghcr.io/chainbound/bolt-builder:0.1.2-alpha
restart: unless-stopped
volumes:
- "chaindata:/var/lib/chaindata"
Expand Down Expand Up @@ -61,7 +61,7 @@ services:
entrypoint: /scripts/run-bn.sh

relay-housekeeper:
image: ghcr.io/chainbound/bolt-relay:v0.1.2-alpha
image: ghcr.io/chainbound/bolt-relay:0.1.2-alpha
restart: unless-stopped
depends_on:
db:
Expand All @@ -88,7 +88,7 @@ services:
]

relay-api:
image: ghcr.io/chainbound/bolt-relay:v0.1.2-alpha
image: ghcr.io/chainbound/bolt-relay:0.1.2-alpha
restart: unless-stopped
depends_on:
relay-housekeeper:
Expand Down Expand Up @@ -121,7 +121,7 @@ services:
]

relay-website:
image: ghcr.io/chainbound/bolt-relay:v0.1.2-alpha
image: ghcr.io/chainbound/bolt-relay:0.1.2-alpha
restart: always
depends_on:
relay-api:
Expand Down
4 changes: 2 additions & 2 deletions testnets/helder/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
bolt-sidecar:
image: ghcr.io/chainbound/bolt-sidecar:v0.1.2-alpha
image: ghcr.io/chainbound/bolt-sidecar:0.1.2-alpha
container_name: bolt-sidecar
restart: unless-stopped
ports:
Expand All @@ -10,7 +10,7 @@ services:
entrypoint: /bin/sh -c '/bolt-sidecar --port $$BOLT_RPC_PORT --chain helder --validator-indexes $$VALIDATOR_INDEXES --beacon-api-url $$BEACON_API_URL --execution-api-url $$EXECUTION_API_URL --engine-api-url $$ENGINE_API_URL --private-key $$SIGNING_KEY --mevboost-url http://bolt-boost:18550 --mevboost-proxy-port 18551 --jwt-hex $$JWT_HEX --fee-recipient $$FEE_RECIPIENT'

bolt-boost:
image: ghcr.io/chainbound/bolt-boost:v0.1.2-alpha
image: ghcr.io/chainbound/bolt-boost:0.1.2-alpha
container_name: bolt-boost
restart: unless-stopped
env_file: ./launch.env
Expand Down

0 comments on commit ef5f891

Please sign in to comment.