Skip to content

Commit 66a8d5e

Browse files
committed
Switch docker files to use mempool/electrs
.. as Blockstream seems to have yanked the `electrs` image we were using.
1 parent d840bbd commit 66a8d5e

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

docker-compose-cln.yml

Lines changed: 1 addition & 2 deletions
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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)