File tree 3 files changed +6
-9
lines changed
3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,13 @@ services:
25
25
retries : 5
26
26
27
27
electrs :
28
- image : blockstream/esplora: electrs-cd9f90c115751eb9d2bca9a4da89d10d048ae931
28
+ image : mempool/ electrs:v3.2.0
29
29
platform : linux/amd64
30
30
depends_on :
31
31
bitcoin :
32
32
condition : service_healthy
33
33
command :
34
34
[
35
- " /app/electrs_bitcoin/bin/electrs" ,
36
35
" -vvvv" ,
37
36
" --timestamp" ,
38
37
" --jsonrpc-import" ,
Original file line number Diff line number Diff line change 1
1
services :
2
2
bitcoin :
3
- image : blockstream/bitcoind:24.1
3
+ image : blockstream/bitcoind:27.2
4
4
platform : linux/amd64
5
5
command :
6
6
[
@@ -29,14 +29,13 @@ services:
29
29
retries : 5
30
30
31
31
electrs :
32
- image : blockstream/esplora: electrs-cd9f90c115751eb9d2bca9a4da89d10d048ae931
32
+ image : mempool/ electrs:v3.2.0
33
33
platform : linux/amd64
34
34
depends_on :
35
35
bitcoin :
36
36
condition : service_healthy
37
37
command :
38
38
[
39
- " /app/electrs_bitcoin/bin/electrs" ,
40
39
" -vvvv" ,
41
40
" --timestamp" ,
42
41
" --jsonrpc-import" ,
@@ -84,4 +83,4 @@ services:
84
83
85
84
networks :
86
85
bitcoin-electrs :
87
- driver : bridge
86
+ driver : bridge
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3'
2
2
3
3
services :
4
4
bitcoin :
5
- image : blockstream/bitcoind:24.1
5
+ image : blockstream/bitcoind:27.2
6
6
platform : linux/amd64
7
7
command :
8
8
[
@@ -27,14 +27,13 @@ services:
27
27
retries : 5
28
28
29
29
electrs :
30
- image : blockstream/esplora: electrs-cd9f90c115751eb9d2bca9a4da89d10d048ae931
30
+ image : mempool/ electrs:v3.2.0
31
31
platform : linux/amd64
32
32
depends_on :
33
33
bitcoin :
34
34
condition : service_healthy
35
35
command :
36
36
[
37
- " /app/electrs_bitcoin/bin/electrs" ,
38
37
" -vvvv" ,
39
38
" --timestamp" ,
40
39
" --jsonrpc-import" ,
You can’t perform that action at this time.
0 commit comments