Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docker-compose-cln.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,13 @@ services:
retries: 5

electrs:
image: blockstream/esplora:electrs-cd9f90c115751eb9d2bca9a4da89d10d048ae931
image: mempool/electrs:v3.2.0
platform: linux/amd64
depends_on:
bitcoin:
condition: service_healthy
command:
[
"/app/electrs_bitcoin/bin/electrs",
"-vvvv",
"--timestamp",
"--jsonrpc-import",
Expand Down
7 changes: 3 additions & 4 deletions docker-compose-lnd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
bitcoin:
image: blockstream/bitcoind:24.1
image: blockstream/bitcoind:27.2
platform: linux/amd64
command:
[
Expand Down Expand Up @@ -29,14 +29,13 @@ services:
retries: 5

electrs:
image: blockstream/esplora:electrs-cd9f90c115751eb9d2bca9a4da89d10d048ae931
image: mempool/electrs:v3.2.0
platform: linux/amd64
depends_on:
bitcoin:
condition: service_healthy
command:
[
"/app/electrs_bitcoin/bin/electrs",
"-vvvv",
"--timestamp",
"--jsonrpc-import",
Expand Down Expand Up @@ -84,4 +83,4 @@ services:

networks:
bitcoin-electrs:
driver: bridge
driver: bridge
5 changes: 2 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
bitcoin:
image: blockstream/bitcoind:24.1
image: blockstream/bitcoind:27.2
platform: linux/amd64
command:
[
Expand All @@ -27,14 +27,13 @@ services:
retries: 5

electrs:
image: blockstream/esplora:electrs-cd9f90c115751eb9d2bca9a4da89d10d048ae931
image: mempool/electrs:v3.2.0
platform: linux/amd64
depends_on:
bitcoin:
condition: service_healthy
command:
[
"/app/electrs_bitcoin/bin/electrs",
"-vvvv",
"--timestamp",
"--jsonrpc-import",
Expand Down
Loading