Skip to content

Commit

Permalink
fix: upgrade docker compose dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
limpbrains committed Jun 14, 2024
1 parent 6b94f2c commit dcbdc2c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
bitcoind:
container_name: bitcoin
image: btcpayserver/bitcoin:25.1
image: btcpayserver/bitcoin:26.0
restart: unless-stopped
expose:
- '43782'
Expand Down Expand Up @@ -30,7 +30,7 @@ services:
zmqpubhashblock=tcp://0.0.0.0:28336
bitcoinsetup:
image: btcpayserver/bitcoin:25.1
image: btcpayserver/bitcoin:26.0
depends_on:
- bitcoind
restart: 'no'
Expand All @@ -47,7 +47,7 @@ services:

electrs:
container_name: electrum
image: getumbrel/electrs:v0.9.10
image: getumbrel/electrs:v0.10.2
restart: unless-stopped
depends_on:
- bitcoind
Expand All @@ -71,7 +71,7 @@ services:
- ELECTRS_LOG_FILTERS=INFO

darkhttpd:
image: p3terx/darkhttpd:1.14
image: p3terx/darkhttpd:1.16
restart: unless-stopped
depends_on:
- bitcoinsetup
Expand All @@ -86,7 +86,7 @@ services:

lnd:
container_name: lnd
image: polarlightning/lnd:0.17.5-beta
image: polarlightning/lnd:0.18.0-beta
restart: unless-stopped
depends_on:
- bitcoind
Expand Down

0 comments on commit dcbdc2c

Please sign in to comment.