Skip to content

Commit b3524c0

Browse files
Update LaWallet NWC to 1.3.0
Automated Umbrel package update for masize/lawallet-nwc:1.3.0.
1 parent 98dc7a1 commit b3524c0

4 files changed

Lines changed: 8 additions & 8 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.2.1`
10+
- Published image: `masize/lawallet-nwc:1.3.0`
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: 2 additions & 2 deletions
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.2.1
11+
image: masize/lawallet-nwc:1.3.0
1212
environment:
1313
NODE_ENV: production
1414
PORT: 2288
@@ -32,7 +32,7 @@ services:
3232
start_period: 90s
3333

3434
listener:
35-
image: masize/lawallet-nwc-listener:1.2.1
35+
image: masize/lawallet-nwc-listener:1.3.0
3636
environment:
3737
DATABASE_URL: "postgresql://lawallet:${APP_PASSWORD}@postgres:5432/lawallet"
3838
LISTENER_PORT: 4100

lawallet-nwc/umbrel-app.yml

Lines changed: 3 additions & 3 deletions
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.2.1"
5+
version: "1.3.0"
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: >-
@@ -27,6 +27,6 @@ defaultPassword: ""
2727
submitter: Agustin Kassis
2828
submission: https://github.com/getumbrel/umbrel/pull/566
2929
releaseNotes: |-
30-
LaWallet NWC 1.2.1.
30+
LaWallet NWC 1.3.0.
3131
32-
Full release notes: https://github.com/lawalletio/lawallet-nwc/releases/tag/v1.2.1
32+
Full release notes: https://github.com/lawalletio/lawallet-nwc/releases/tag/v1.3.0

test/docker-compose.regtest.yml

Lines changed: 2 additions & 2 deletions
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.2.1
91+
image: masize/lawallet-nwc:1.3.0
9292
restart: unless-stopped
9393
init: true
9494
environment:
@@ -111,7 +111,7 @@ services:
111111
start_period: 60s
112112

113113
listener:
114-
image: masize/lawallet-nwc-listener:1.2.1
114+
image: masize/lawallet-nwc-listener:1.3.0
115115
restart: unless-stopped
116116
init: true
117117
environment:

0 commit comments

Comments
 (0)