Skip to content

Commit 4cced6e

Browse files
Update LaWallet NWC to 1.0.6
Automated Umbrel package update for masize/lawallet-nwc:1.0.6.
1 parent 92e36b6 commit 4cced6e

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ as an Umbrel community app.
77

88
- App id: `lawallet-nwc`
99
- App entrypoint: `/admin/`
10-
- Published image: `masize/lawallet-nwc:1.0.5`
10+
- Published image: `masize/lawallet-nwc:1.0.6`
1111
- Internal port: `2288`
1212
- Health check: `GET /api/health`
1313
- Runtime data: PostgreSQL persisted in `${APP_DATA_DIR}/data/postgres`

lawallet-nwc/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
PROXY_AUTH_ADD: "false"
99

1010
web:
11-
image: masize/lawallet-nwc:1.0.5
11+
image: masize/lawallet-nwc:1.0.6
1212
environment:
1313
NODE_ENV: production
1414
PORT: 2288

lawallet-nwc/umbrel-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ manifestVersion: 1
22
id: lawallet-nwc
33
category: bitcoin
44
name: LaWallet NWC
5-
version: "1.0.5"
5+
version: "1.0.6"
66
tagline: Lightning Address platform and Nostr CRM
77
icon: https://github.com/lawalletio/lawallet-nwc/blob/main/apps/web/public/logos/lawallet-iso.png?raw=true
88
description: >-

test/docker-compose.regtest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ services:
8888
retries: 20
8989

9090
lawallet-nwc:
91-
image: masize/lawallet-nwc:1.0.5
91+
image: masize/lawallet-nwc:1.0.6
9292
restart: unless-stopped
9393
init: true
9494
environment:

0 commit comments

Comments
 (0)