@@ -2,7 +2,7 @@ version: '3'
22services :
33 bitcoind :
44 container_name : bitcoin
5- image : btcpayserver/bitcoin:25 .0
5+ image : btcpayserver/bitcoin:26 .0
66 restart : unless-stopped
77 expose :
88 - ' 18443'
@@ -37,7 +37,7 @@ services:
3737 zmqpubhashblock=tcp://0.0.0.0:28336
3838
3939 bitcoinsetup :
40- image : btcpayserver/bitcoin:25 .0
40+ image : btcpayserver/bitcoin:26 .0
4141 depends_on :
4242 - bitcoind
4343 restart : ' no'
@@ -54,7 +54,7 @@ services:
5454
5555 electrs :
5656 container_name : electrum
57- image : getumbrel/electrs:v0.9.10
57+ image : getumbrel/electrs:v0.10.2
5858 restart : unless-stopped
5959 depends_on :
6060 - bitcoind
@@ -73,7 +73,7 @@ services:
7373
7474 lnd :
7575 container_name : lnd
76- image : polarlightning/lnd:0.17.4 -beta
76+ image : polarlightning/lnd:0.18.0 -beta
7777 restart : unless-stopped
7878 depends_on :
7979 - bitcoind
@@ -107,7 +107,7 @@ services:
107107
108108 clightning :
109109 container_name : clightning
110- image : polarlightning/clightning:23 .05.2
110+ image : polarlightning/clightning:24 .05
111111 restart : unless-stopped
112112 depends_on :
113113 - bitcoind
@@ -143,7 +143,7 @@ services:
143143
144144 eclair :
145145 container_name : eclair
146- image : polarlightning/eclair:0.9 .0
146+ image : polarlightning/eclair:0.10 .0
147147 restart : unless-stopped
148148 depends_on :
149149 - bitcoind
@@ -175,7 +175,7 @@ services:
175175
176176 nginx :
177177 container_name : nginx
178- image : nginx:1.25.1
178+ image : nginx:1.27
179179 restart : unless-stopped
180180 depends_on :
181181 - bitcoinsetup
0 commit comments