mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update lnmarkets to v2.0.0 (#657)
This commit is contained in:
parent
4e3f8289ed
commit
ffe7faa497
@ -7,7 +7,7 @@ services:
|
||||
APP_PORT: $APP_LNMARKETS_PORT
|
||||
|
||||
lnmarkets:
|
||||
image: ghcr.io/ln-markets/umbrel:v1.3.0@sha256:2b871515b293580963fac66979352afabaa60da73b04471ce0e225c17906cc34
|
||||
image: ghcr.io/ln-markets/umbrel:v2.0.0@sha256:47b836cd23f7aa9f31aa4ae99ba66f74ffc513388016e31a00f6cb0767144bae
|
||||
init: true
|
||||
user: 1000:1000
|
||||
restart: on-failure
|
||||
@ -18,10 +18,7 @@ services:
|
||||
LND_IP: $APP_LIGHTNING_NODE_IP
|
||||
LND_GRPC_PORT: $APP_LIGHTNING_NODE_GRPC_PORT
|
||||
BITCOIN_NETWORK: $APP_BITCOIN_NETWORK
|
||||
APP_HIDDEN_SERVICE: $APP_HIDDEN_SERVICE
|
||||
APP_DOMAIN: $APP_DOMAIN
|
||||
APP_PASSWORD: $APP_PASSWORD
|
||||
API_PORT: $APP_LNMARKETS_PORT
|
||||
APP_LNMARKETS_PORT: $APP_LNMARKETS_PORT
|
||||
networks:
|
||||
default:
|
||||
ipv4_address: $APP_LNMARKETS_IP
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: lnmarkets
|
||||
category: bitcoin
|
||||
name: LN Markets
|
||||
version: "1.3.0"
|
||||
version: "2.0.0"
|
||||
tagline: Trade Bitcoin derivatives on Lightning
|
||||
description: >-
|
||||
LN Markets is the first Lightning-native Bitcoin derivatives
|
||||
@ -21,20 +21,14 @@ website: https://lnmarkets.com
|
||||
dependencies:
|
||||
- lightning
|
||||
repo: https://github.com/ln-markets/umbrel
|
||||
support: https://discord.gg/5HwDJFx2Jz
|
||||
support: https://t.me/lnmarkets
|
||||
port: 4242
|
||||
gallery:
|
||||
- 1.jpg
|
||||
- 2.jpg
|
||||
- 3.jpg
|
||||
path: ""
|
||||
deterministicPassword: true
|
||||
submitter: LN Markets
|
||||
submission: https://github.com/getumbrel/umbrel/pull/879
|
||||
releaseNotes: >-
|
||||
- New account generation method
|
||||
|
||||
- Old accounts automatically migrated on first login
|
||||
|
||||
- Automatic migration will be active for an undefined time span. It will be removed at some point in the future. We'll communicate on it in advance and any non migrated account by then will be considered lost.
|
||||
|
||||
- Allow to login with both deprecated and correct LNURL method
|
Loading…
Reference in New Issue
Block a user