diff --git a/compose/docker-compose.override-lnd.yml b/compose/docker-compose.override-lnd.yml index 2990181..a910865 100644 --- a/compose/docker-compose.override-lnd.yml +++ b/compose/docker-compose.override-lnd.yml @@ -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: diff --git a/compose/env-sample/lndtn/compose.env b/compose/env-sample/lndtn/compose.env index ec01fc6..29be292 100644 --- a/compose/env-sample/lndtn/compose.env +++ b/compose/env-sample/lndtn/compose.env @@ -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'