Browse Source

Update bluewallet app to 1.4.1

apps-test
Luke Childs 3 years ago
parent
commit
2dccb42773
  1. 2
      apps/bluewallet/docker-compose.yml
  2. 2
      apps/registry.json

2
apps/bluewallet/docker-compose.yml

@ -15,7 +15,7 @@ services:
ipv4_address: "${APP_BLUEWALLET_REDIS_IP}"
lndhub:
image: "bluewalletorganization/lndhub:v1.3.3@sha256:b99408dfb53f503def405668f5fc4d8185de39a87843d4ea8774544a5df1fe36"
image: "bluewalletorganization/lndhub:v1.4.1@sha256:b99408dfb53f503def405668f5fc4d8185de39a87843d4ea8774544a5df1fe36"
user: "1000:1000"
depends_on: [ "redis" ]
restart: "on-failure"

2
apps/registry.json

@ -553,7 +553,7 @@
"id": "bluewallet",
"category": "Wallet Servers",
"name": "BlueWallet Lightning",
"version": "1.3.3",
"version": "1.4.1",
"tagline": "Connect BlueWallet to your Lightning node",
"description": "Run BlueWallet in the most private and secure way possible by removing 3rd parties and connecting it directly to your Umbrel's Lightning node.\n\nYou can pair multiple BlueWallet accounts, so your friends and family can pair their BlueWallet with your Umbrel for a trust-minimized setup.",
"developer": "BlueWallet",

Loading…
Cancel
Save