mirror of
https://github.com/runcitadel/apps.git
synced 2024-11-11 16:30:37 +00:00
Update apps
This commit is contained in:
parent
bb98da67b9
commit
cd9f3ac7e7
|
@ -5,16 +5,15 @@
|
||||||
# yaml-language-server: $schema=../../app-standard-v3.yml
|
# yaml-language-server: $schema=../../app-standard-v3.yml
|
||||||
|
|
||||||
version: 3
|
version: 3
|
||||||
|
|
||||||
metadata:
|
metadata:
|
||||||
category: Payments
|
category: Payments
|
||||||
name: BTCPay Server
|
name: BTCPay Server
|
||||||
version: 1.5.1
|
version: 1.5.2
|
||||||
tagline: Accept Bitcoin payments. Free, open-source & self-hosted, Bitcoin
|
tagline: Accept Bitcoin payments. Free, open-source & self-hosted, Bitcoin
|
||||||
payment processor.
|
payment processor.
|
||||||
description: "BTCPay Server is a free and open-source 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. "
|
which allows you to accept bitcoin without fees or intermediaries. "
|
||||||
developers:
|
developers:
|
||||||
BTCPay Server Foundation: https://btcpayserver.org
|
BTCPay Server Foundation: https://btcpayserver.org
|
||||||
dependencies:
|
dependencies:
|
||||||
- lnd
|
- lnd
|
||||||
|
@ -40,14 +39,15 @@ containers:
|
||||||
NBXPLORER_BTCNODEENDPOINT: $BITCOIN_IP:$BITCOIN_P2P_PORT
|
NBXPLORER_BTCNODEENDPOINT: $BITCOIN_IP:$BITCOIN_P2P_PORT
|
||||||
NBXPLORER_BTCRPCUSER: $BITCOIN_RPC_USER
|
NBXPLORER_BTCRPCUSER: $BITCOIN_RPC_USER
|
||||||
NBXPLORER_BTCRPCPASSWORD: $BITCOIN_RPC_PASS
|
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_AUTOMIGRATE: 1
|
||||||
NBXPLORER_NOMIGRATEEVTS: 1
|
NBXPLORER_NOMIGRATEEVTS: 1
|
||||||
data:
|
data:
|
||||||
- data/nbxplorer:/data
|
- data/nbxplorer:/data
|
||||||
|
|
||||||
- name: main
|
- name: main
|
||||||
image: btcpayserver/btcpayserver:1.5.1@sha256:9d9b191a0d100a0e2724af13e6c9df364a5bf33bd435192c46aad182c403a9f1
|
image: btcpayserver/btcpayserver:1.5.2@sha256:dbf128e058609edbfb399730fc2dd6ea38ea20ef3076b7ba2e4aa80a417086b3
|
||||||
depends_on:
|
depends_on:
|
||||||
- nbxplorer
|
- nbxplorer
|
||||||
- postgres
|
- postgres
|
||||||
|
@ -60,7 +60,8 @@ containers:
|
||||||
BTCPAY_PLUGINDIR: /data/plugins
|
BTCPAY_PLUGINDIR: /data/plugins
|
||||||
BTCPAY_DOCKERDEPLOYMENT: "false"
|
BTCPAY_DOCKERDEPLOYMENT: "false"
|
||||||
BTCPAY_POSTGRES: User
|
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_NETWORK: $BITCOIN_NETWORK
|
||||||
BTCPAY_BIND: 0.0.0.0:$APP_BTCPAY_SERVER_MAIN_PORT
|
BTCPAY_BIND: 0.0.0.0:$APP_BTCPAY_SERVER_MAIN_PORT
|
||||||
BTCPAY_CHAINS: btc
|
BTCPAY_CHAINS: btc
|
||||||
|
@ -71,7 +72,6 @@ containers:
|
||||||
- data/nbxplorer:/data/.nbxplorer
|
- data/nbxplorer:/data/.nbxplorer
|
||||||
- data/btcpay:/data
|
- data/btcpay:/data
|
||||||
user: 1000:1000
|
user: 1000:1000
|
||||||
|
|
||||||
- name: postgres
|
- name: postgres
|
||||||
image: ghcr.io/runcitadel/postgres:main@sha256:8f25afe966a63fd3f11a1052e73f30b9de5ddc0876bebaaf944d485374c73c01
|
image: ghcr.io/runcitadel/postgres:main@sha256:8f25afe966a63fd3f11a1052e73f30b9de5ddc0876bebaaf944d485374c73c01
|
||||||
user: 1000:1000
|
user: 1000:1000
|
||||||
|
|
|
@ -8,7 +8,7 @@ version: 3
|
||||||
metadata:
|
metadata:
|
||||||
category: Lightning Node Management
|
category: Lightning Node Management
|
||||||
name: LNDg
|
name: LNDg
|
||||||
version: 1.1.0
|
version: 1.1.1
|
||||||
tagline: Lite GUI web interface to analyze LND data and manage your node with
|
tagline: Lite GUI web interface to analyze LND data and manage your node with
|
||||||
automation.
|
automation.
|
||||||
description: LNDg is your command center for running a profitable and efficient
|
description: LNDg is your command center for running a profitable and efficient
|
||||||
|
@ -28,7 +28,7 @@ metadata:
|
||||||
defaultPassword: $APP_SEED
|
defaultPassword: $APP_SEED
|
||||||
containers:
|
containers:
|
||||||
- name: web
|
- 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
|
restart: on-failure
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
mounts:
|
mounts:
|
||||||
|
|
|
@ -8,7 +8,7 @@ version: 3
|
||||||
metadata:
|
metadata:
|
||||||
category: Social
|
category: Social
|
||||||
name: Sphinx Relay
|
name: Sphinx Relay
|
||||||
version: 2.2.8
|
version: 2.2.9
|
||||||
tagline: Chat and pay over the Lightning Network
|
tagline: Chat and pay over the Lightning Network
|
||||||
description: >-
|
description: >-
|
||||||
Sphinx Relay turns your Lightning node into a personal communication server.
|
Sphinx Relay turns your Lightning node into a personal communication server.
|
||||||
|
@ -34,7 +34,7 @@ metadata:
|
||||||
path: /connect
|
path: /connect
|
||||||
containers:
|
containers:
|
||||||
- name: web
|
- name: web
|
||||||
image: sphinxlightning/sphinx-relay:v2.2.8@sha256:ff2fe17bb0a99f22627d590531fea6795810b1d4d739bd65048df2db04919aad
|
image: sphinxlightning/sphinx-relay:v2.2.9@sha256:44d512092961411f5e9d909e543634a770b91d3a7394c91496ab108c37148962
|
||||||
init: true
|
init: true
|
||||||
environment:
|
environment:
|
||||||
PUBLIC_URL: $APP_HIDDEN_SERVICE:80
|
PUBLIC_URL: $APP_HIDDEN_SERVICE:80
|
||||||
|
|
Loading…
Reference in New Issue
Block a user