Skip to content

Commit

Permalink
chore(holesky): bump helix image, add helix_website=debug log directive
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevbirb committed Nov 12, 2024
1 parent 5106b45 commit a749cf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testnets/holesky/docker-compose.pbs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ services:
["/bin/sh", "-c", "chmod +x /scripts/run-bn.sh && /scripts/run-bn.sh"]

helix-relay:
image: ghcr.io/chainbound/helix:v0.3.0-alpha.rc2
image: ghcr.io/chainbound/helix:v0.3.0-alpha.rc4
restart: unless-stopped
depends_on:
- db
Expand All @@ -77,6 +77,6 @@ services:
- "44040:4040"
environment:
- RELAY_KEY=0x607a11b45a7219cc61a3d9c5fd08c7eebd602a6a19a977f8d3771d5711a550f2
- RUST_LOG=helix_cmd=debug,helix_api=debug,helix_common=debug,helix_datastore=debug,helix_housekeeper=debug,helix_database=debug,helix_beacon_client=debug
- RUST_LOG=helix_cmd=debug,helix_api=debug,helix_common=debug,helix_datastore=debug,helix_housekeeper=debug,helix_database=debug,helix_beacon_client=debug,helix_website=debug
- RUST_BACKTRACE=1
command: --config /helix-config.yml

0 comments on commit a749cf0

Please sign in to comment.