File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 `
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ manifestVersion: 1
22id : lawallet-nwc
33category : bitcoin
44name : LaWallet NWC
5- version : " 1.2.1 "
5+ version : " 1.3.0 "
66tagline : Lightning Address platform and Nostr CRM
77icon : https://github.com/lawalletio/lawallet-nwc/blob/main/apps/web/public/logos/lawallet-iso.png?raw=true
88description : >-
@@ -27,6 +27,6 @@ defaultPassword: ""
2727submitter : Agustin Kassis
2828submission : https://github.com/getumbrel/umbrel/pull/566
2929releaseNotes : |-
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
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments