Update apps

This commit is contained in:
GitHub Actions 2022-05-19 00:58:46 +00:00
parent bb98da67b9
commit cd9f3ac7e7
3 changed files with 12 additions and 12 deletions

View File

@ -5,16 +5,15 @@
# yaml-language-server: $schema=../../app-standard-v3.yml
version: 3
metadata:
category: Payments
name: BTCPay Server
version: 1.5.1
version: 1.5.2
tagline: Accept Bitcoin payments. Free, open-source & self-hosted, Bitcoin
payment processor.
description: "BTCPay Server is a free and open-source Bitcoin payment processor
which allows you to accept bitcoin without fees or intermediaries. "
developers:
developers:
BTCPay Server Foundation: https://btcpayserver.org
dependencies:
- lnd
@ -40,14 +39,15 @@ containers:
NBXPLORER_BTCNODEENDPOINT: $BITCOIN_IP:$BITCOIN_P2P_PORT
NBXPLORER_BTCRPCUSER: $BITCOIN_RPC_USER
NBXPLORER_BTCRPCPASSWORD: $BITCOIN_RPC_PASS
NBXPLORER_POSTGRES: User ID=postgres;Host=$APP_BTCPAY_SERVER_POSTGRES_IP;Port=5432;Application Name=nbxplorer;MaxPoolSize=20;Database=nbxplorer${BITCOIN_NETWORK}
NBXPLORER_POSTGRES: User
ID=postgres;Host=$APP_BTCPAY_SERVER_POSTGRES_IP;Port=5432;Application
Name=nbxplorer;MaxPoolSize=20;Database=nbxplorer${BITCOIN_NETWORK}
NBXPLORER_AUTOMIGRATE: 1
NBXPLORER_NOMIGRATEEVTS: 1
data:
- data/nbxplorer:/data
- name: main
image: btcpayserver/btcpayserver:1.5.1@sha256:9d9b191a0d100a0e2724af13e6c9df364a5bf33bd435192c46aad182c403a9f1
image: btcpayserver/btcpayserver:1.5.2@sha256:dbf128e058609edbfb399730fc2dd6ea38ea20ef3076b7ba2e4aa80a417086b3
depends_on:
- nbxplorer
- postgres
@ -60,7 +60,8 @@ containers:
BTCPAY_PLUGINDIR: /data/plugins
BTCPAY_DOCKERDEPLOYMENT: "false"
BTCPAY_POSTGRES: User
ID=postgres;Host=$APP_BTCPAY_SERVER_POSTGRES_IP;Port=5432;Application Name=btcpayserver;Database=btcpayserver$BITCOIN_NETWORK
ID=postgres;Host=$APP_BTCPAY_SERVER_POSTGRES_IP;Port=5432;Application
Name=btcpayserver;Database=btcpayserver$BITCOIN_NETWORK
BTCPAY_NETWORK: $BITCOIN_NETWORK
BTCPAY_BIND: 0.0.0.0:$APP_BTCPAY_SERVER_MAIN_PORT
BTCPAY_CHAINS: btc
@ -71,7 +72,6 @@ containers:
- data/nbxplorer:/data/.nbxplorer
- data/btcpay:/data
user: 1000:1000
- name: postgres
image: ghcr.io/runcitadel/postgres:main@sha256:8f25afe966a63fd3f11a1052e73f30b9de5ddc0876bebaaf944d485374c73c01
user: 1000:1000

View File

@ -8,7 +8,7 @@ version: 3
metadata:
category: Lightning Node Management
name: LNDg
version: 1.1.0
version: 1.1.1
tagline: Lite GUI web interface to analyze LND data and manage your node with
automation.
description: LNDg is your command center for running a profitable and efficient
@ -28,7 +28,7 @@ metadata:
defaultPassword: $APP_SEED
containers:
- name: web
image: ghcr.io/cryptosharks131/lndg:v1.1.0@sha256:52801e42b35ef38dba0edd8e3a277cccfc93c08e9df50b54133ec476669b3c79
image: ghcr.io/cryptosharks131/lndg:v1.1.1@sha256:fd975e4d6ee2de6da932eb8e93648b13ad7de9b71ec2a35eac19d2845d7a5f31
restart: on-failure
stop_grace_period: 1m
mounts:

View File

@ -8,7 +8,7 @@ version: 3
metadata:
category: Social
name: Sphinx Relay
version: 2.2.8
version: 2.2.9
tagline: Chat and pay over the Lightning Network
description: >-
Sphinx Relay turns your Lightning node into a personal communication server.
@ -34,7 +34,7 @@ metadata:
path: /connect
containers:
- name: web
image: sphinxlightning/sphinx-relay:v2.2.8@sha256:ff2fe17bb0a99f22627d590531fea6795810b1d4d739bd65048df2db04919aad
image: sphinxlightning/sphinx-relay:v2.2.9@sha256:44d512092961411f5e9d909e543634a770b91d3a7394c91496ab108c37148962
init: true
environment:
PUBLIC_URL: $APP_HIDDEN_SERVICE:80