File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed
Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff line change 11services :
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
8584networks :
8685 bitcoin-electrs :
87- driver : bridge
86+ driver : bridge
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3'
22
33services :
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" ,
You can’t perform that action at this time.
0 commit comments