Skip to content

Commit

Permalink
fix: bump docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
limpbrains committed Jun 14, 2024
1 parent 9923d07 commit 6011cc1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions example/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'
services:
bitcoind:
container_name: bitcoin
image: btcpayserver/bitcoin:25.0
image: btcpayserver/bitcoin:26.0
restart: unless-stopped
expose:
- '18443'
Expand Down Expand Up @@ -37,7 +37,7 @@ services:
zmqpubhashblock=tcp://0.0.0.0:28336
bitcoinsetup:
image: btcpayserver/bitcoin:25.0
image: btcpayserver/bitcoin:26.0
depends_on:
- bitcoind
restart: 'no'
Expand All @@ -54,7 +54,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 @@ -73,7 +73,7 @@ services:

lnd:
container_name: lnd
image: polarlightning/lnd:0.17.4-beta
image: polarlightning/lnd:0.18.0-beta
restart: unless-stopped
depends_on:
- bitcoind
Expand Down Expand Up @@ -107,7 +107,7 @@ services:

clightning:
container_name: clightning
image: polarlightning/clightning:23.05.2
image: polarlightning/clightning:24.05
restart: unless-stopped
depends_on:
- bitcoind
Expand Down Expand Up @@ -143,7 +143,7 @@ services:

eclair:
container_name: eclair
image: polarlightning/eclair:0.9.0
image: polarlightning/eclair:0.10.0
restart: unless-stopped
depends_on:
- bitcoind
Expand Down Expand Up @@ -175,7 +175,7 @@ services:

nginx:
container_name: nginx
image: nginx:1.25.1
image: nginx:1.27
restart: unless-stopped
depends_on:
- bitcoinsetup
Expand Down

0 comments on commit 6011cc1

Please sign in to comment.