Update lnmarkets to v2.0.0 (#657)

This commit is contained in:
Victor Afanassieff 2023-07-04 18:55:05 +02:00 committed by GitHub
parent 4e3f8289ed
commit ffe7faa497
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 14 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: $APP_LNMARKETS_PORT APP_PORT: $APP_LNMARKETS_PORT
lnmarkets: 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 init: true
user: 1000:1000 user: 1000:1000
restart: on-failure restart: on-failure
@ -18,10 +18,7 @@ services:
LND_IP: $APP_LIGHTNING_NODE_IP LND_IP: $APP_LIGHTNING_NODE_IP
LND_GRPC_PORT: $APP_LIGHTNING_NODE_GRPC_PORT LND_GRPC_PORT: $APP_LIGHTNING_NODE_GRPC_PORT
BITCOIN_NETWORK: $APP_BITCOIN_NETWORK BITCOIN_NETWORK: $APP_BITCOIN_NETWORK
APP_HIDDEN_SERVICE: $APP_HIDDEN_SERVICE APP_LNMARKETS_PORT: $APP_LNMARKETS_PORT
APP_DOMAIN: $APP_DOMAIN
APP_PASSWORD: $APP_PASSWORD
API_PORT: $APP_LNMARKETS_PORT
networks: networks:
default: default:
ipv4_address: $APP_LNMARKETS_IP ipv4_address: $APP_LNMARKETS_IP

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: lnmarkets id: lnmarkets
category: bitcoin category: bitcoin
name: LN Markets name: LN Markets
version: "1.3.0" version: "2.0.0"
tagline: Trade Bitcoin derivatives on Lightning tagline: Trade Bitcoin derivatives on Lightning
description: >- description: >-
LN Markets is the first Lightning-native Bitcoin derivatives LN Markets is the first Lightning-native Bitcoin derivatives
@ -21,20 +21,14 @@ website: https://lnmarkets.com
dependencies: dependencies:
- lightning - lightning
repo: https://github.com/ln-markets/umbrel repo: https://github.com/ln-markets/umbrel
support: https://discord.gg/5HwDJFx2Jz support: https://t.me/lnmarkets
port: 4242 port: 4242
gallery: gallery:
- 1.jpg - 1.jpg
- 2.jpg - 2.jpg
- 3.jpg - 3.jpg
path: "" path: ""
deterministicPassword: true
submitter: LN Markets submitter: LN Markets
submission: https://github.com/getumbrel/umbrel/pull/879 submission: https://github.com/getumbrel/umbrel/pull/879
releaseNotes: >- releaseNotes: >-
- New account generation method - Allow to login with both deprecated and correct LNURL 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.