Merge pull request #23 from KoalaSat/add-lndg

Fix supervisord
This commit is contained in:
KoalaSat
2024-10-15 09:42:43 +00:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

View File

@ -51,7 +51,7 @@ services:
restart: always
container_name: lndg${SUFFIX}
volumes:
- ${LND_CONFIG}:/root/supervisord.conf:ro
- ${LNDG_CONFIG}:/root/supervisord.conf:ro
- ${LND_DATA}:/root/.lnd:ro
- ${LNDG_DATA}:/lndg/data:rw
depends_on:

View File

@ -41,15 +41,15 @@ BU_DIR2='/custom_path/backup'
BU_DIR3='/custom_path/backup2'
BITCOIN_DATA='/custom_path/testnet/bitcoin'
BITCOIN_CONF='./env/lndtn/bitcoin.conf'
BITCOIN_CONF='./env-sample/lndtn/bitcoin.conf'
LND_DATA='/custom_path/testnet/lnd'
LND_CONF='./env/lndtn/lnd.conf'
LND_CONF='./env-sample/lndtn/lnd.conf'
LIT_DATA='/custom_path/testnet/lit'
GUEST_BITCOIN=/home/bitcoin/.bitcoin
TOR_DATA='./env/lndtn/tor'
TOR_CONFIG='./env/lndtn/torrc'
TOR_DATA='./env-sample/lndtn/tor'
TOR_CONFIG='./env-sample/lndtn/torrc'
GUEST_LND_RPC_PORT=10009
GUEST_LND_REST_PORT=8080
@ -58,11 +58,11 @@ HOST_LND_RPC_PORT=10009
HOST_LND_REST_PORT=8080
THUB_LOCAL_PORT=3001
THUB_ACCOUNTS='./env/lndtn/thunderhub-accounts.yml'
THUB_ACCOUNTS='./env-sample/lndtn/thunderhub-accounts.yml'
# THUB_ACCOUNTS_CONFIG_PATH must match thub...env
THUB_ACCOUNTS_CONFIG_PATH='/config/accounts.yml'
LNDG_CONFIG='/custom_path/testnet/lndg/config'
LNDG_CONFIG='./env-sample/lndtn/supervisord.conf'
LNDG_DATA='/custom_path/testnet/lndg/data'
LNDG_USER='lndg-admin'
LNDG_PASSWORD=999999999
@ -74,4 +74,4 @@ LND_BACKUP_PATH='/custom_path/testnet/lnd-backup'
NODE_ALIAS='🤖RoboSats⚡(Testnet)'
NODE_COLOR='#4126a7'
LND_AUTOUNLOCK_PWD='./env/lndtn/lnd_autounlock_pwd'
LND_AUTOUNLOCK_PWD='./env-sample/lndtn/lnd_autounlock_pwd'