Browse Source

Update lnmarkets to v2.0.0 (#657)

main
Victor Afanassieff 2 years ago
committed by GitHub
parent
commit
ffe7faa497
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      lnmarkets/docker-compose.yml
  2. 12
      lnmarkets/umbrel-app.yml

7
lnmarkets/docker-compose.yml

@ -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

12
lnmarkets/umbrel-app.yml

@ -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…
Cancel
Save