Browse Source

Fix LND_GRPC_PORT typo and bump affected apps (#12)

main
Steven Briscoe 3 years ago
committed by GitHub
parent
commit
7d22557720
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lightning-shell/docker-compose.yml
  2. 2
      lightning-shell/umbrel-app.yml
  3. 2
      lnmarkets/docker-compose.yml
  4. 2
      lnmarkets/umbrel-app.yml
  5. 2
      node-red/docker-compose.yml
  6. 2
      node-red/umbrel-app.yml
  7. 2
      satsale/docker-compose.yml
  8. 2
      satsale/umbrel-app.yml
  9. 2
      usocial/docker-compose.yml
  10. 2
      usocial/umbrel-app.yml

2
lightning-shell/docker-compose.yml

@ -19,7 +19,7 @@ services:
BITCOIN_RPC_USER: "${APP_BITCOIN_RPC_USER}"
BITCOIN_RPC_PASS: "${APP_BITCOIN_RPC_PASS}"
LND_IP: "${APP_LIGHTNING_NODE_IP}"
LND_GPRC_PORT: ${APP_LIGHTNING_NODE_GRPC_PORT}
LND_GRPC_PORT: ${APP_LIGHTNING_NODE_GRPC_PORT}
networks:
default:
ipv4_address: $APP_LIGHTNING_SHELL_IP

2
lightning-shell/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: lightning-shell
category: Lightning Node Management
name: Lightning Shell
version: "0.1.10"
version: "0.1.10-build-1"
tagline: Web shell with a selection of LN node management utilities
description: >
Lightning Shell is a web shell for the Umbrel personal server that

2
lnmarkets/docker-compose.yml

@ -16,7 +16,7 @@ services:
- ${APP_LIGHTNING_NODE_DATA_DIR}:/lnd:ro
environment:
LND_IP: $APP_LIGHTNING_NODE_IP
LND_GPRC_PORT: $APP_LIGHTNING_NODE_GRPC_PORT
LND_GRPC_PORT: $APP_LIGHTNING_NODE_GRPC_PORT
BITCOIN_NETWORK: $APP_BITCOIN_NETWORK
APP_HIDDEN_SERVICE: $APP_HIDDEN_SERVICE
APP_DOMAIN: $APP_DOMAIN

2
lnmarkets/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: lnmarkets
category: Finance
name: LN Markets
version: "1.2.3"
version: "1.2.3-build-1"
tagline: Trade Bitcoin derivatives on Lightning
description: >-
LN Markets is the first Lightning-native Bitcoin derivatives

2
node-red/docker-compose.yml

@ -20,7 +20,7 @@ services:
BITCOIN_RPC_USER: $APP_BITCOIN_RPC_USER
BITCOIN_RPC_PASS: $APP_BITCOIN_RPC_PASS
LND_IP: $APP_LIGHTNING_NODE_IP
LND_GPRC_PORT: $APP_LIGHTNING_NODE_GRPC_PORT
LND_GRPC_PORT: $APP_LIGHTNING_NODE_GRPC_PORT
ELECTRUM_IP: $APP_ELECTRS_NODE_IP
ELECTRUM_PORT: $APP_ELECTRS_NODE_PORT
networks:

2
node-red/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: node-red
category: Automation
name: Node-RED
version: "2.0.6-12"
version: "2.0.6-12-build-1"
tagline: Wire together the Internet of Things
description: >-
Node-RED is a visual programming tool for wiring together hardware

2
satsale/docker-compose.yml

@ -18,7 +18,7 @@ services:
# Lightning node connection details
LND_DATA_DIR: $APP_LIGHTNING_NODE_DATA_DIR
LND_HOST: $APP_LIGHTNING_NODE_IP
LND_GPRC_PORT: $APP_LIGHTNING_NODE_GRPC_PORT
LND_GRPC_PORT: $APP_LIGHTNING_NODE_GRPC_PORT
MACAROON_FILE: /lnd/data/chain/bitcoin/${APP_BITCOIN_NETWORK}/invoice.macaroon
TLS_FILE: /lnd/tls.cert
APP_PASSWORD: $APP_PASSWORD

2
satsale/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: satsale
category: Finance
name: SatSale
version: "0.1.13"
version: "0.1.13-build-1"
tagline: Lightweight Bitcoin payment processor
description: >-
SatSale is a simple, easily deployable, lightweight Bitcoin payment

2
usocial/docker-compose.yml

@ -17,7 +17,7 @@ services:
USOCIAL_JOB: "WEB"
APP_PASSWORD: "${APP_PASSWORD}"
LND_IP: "${APP_LIGHTNING_NODE_IP}"
LND_GPRC_PORT: ${APP_LIGHTNING_NODE_GRPC_PORT}
LND_GRPC_PORT: ${APP_LIGHTNING_NODE_GRPC_PORT}
LND_DIR: "/lnd"
networks:
default:

2
usocial/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: usocial
category: Social
name: usocial
version: "0.1.7"
version: "0.1.7-build-1"
tagline: Read. Listen. Pay back.
description: >-
The podcast client and feed reader for your personal server. With

Loading…
Cancel
Save