Skip to content

Commit 7b41def

Browse files
authored
Merge pull request #524 from tnull/2025-04-fix-docker
2 parents d840bbd + 4affc74 commit 7b41def

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

docker-compose-cln.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,13 @@ services:
2525
retries: 5
2626

2727
electrs:
28-
image: blockstream/esplora:electrs-cd9f90c115751eb9d2bca9a4da89d10d048ae931
28+
image: mempool/electrs:v3.2.0
2929
platform: linux/amd64
3030
depends_on:
3131
bitcoin:
3232
condition: service_healthy
3333
command:
3434
[
35-
"/app/electrs_bitcoin/bin/electrs",
3635
"-vvvv",
3736
"--timestamp",
3837
"--jsonrpc-import",

docker-compose-lnd.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
bitcoin:
3-
image: blockstream/bitcoind:24.1
3+
image: blockstream/bitcoind:27.2
44
platform: linux/amd64
55
command:
66
[
@@ -29,14 +29,13 @@ services:
2929
retries: 5
3030

3131
electrs:
32-
image: blockstream/esplora:electrs-cd9f90c115751eb9d2bca9a4da89d10d048ae931
32+
image: mempool/electrs:v3.2.0
3333
platform: linux/amd64
3434
depends_on:
3535
bitcoin:
3636
condition: service_healthy
3737
command:
3838
[
39-
"/app/electrs_bitcoin/bin/electrs",
4039
"-vvvv",
4140
"--timestamp",
4241
"--jsonrpc-import",
@@ -84,4 +83,4 @@ services:
8483

8584
networks:
8685
bitcoin-electrs:
87-
driver: bridge
86+
driver: bridge

docker-compose.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22

33
services:
44
bitcoin:
5-
image: blockstream/bitcoind:24.1
5+
image: blockstream/bitcoind:27.2
66
platform: linux/amd64
77
command:
88
[
@@ -27,14 +27,13 @@ services:
2727
retries: 5
2828

2929
electrs:
30-
image: blockstream/esplora:electrs-cd9f90c115751eb9d2bca9a4da89d10d048ae931
30+
image: mempool/electrs:v3.2.0
3131
platform: linux/amd64
3232
depends_on:
3333
bitcoin:
3434
condition: service_healthy
3535
command:
3636
[
37-
"/app/electrs_bitcoin/bin/electrs",
3837
"-vvvv",
3938
"--timestamp",
4039
"--jsonrpc-import",

0 commit comments

Comments
 (0)