Merge pull request #24 from KoalaSat/add-lndg

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

View File

@ -60,7 +60,7 @@ services:
command:
- sh
- -c
- python initialize.py -net ${NETWORK} -dir /root/.lnd -rpc 127.0.0.1:${GUEST_LND_RPC_PORT:?} -u ${LNDG_USER:?} -pw ${LNDG_PASSWORD:?} -d && supervisord -c /root/supervisord.conf && python manage.py runserver 0.0.0.0:8889
- python initialize.py -net ${NETWORK} -d -dx -dir /root/.lnd -rpc 127.0.0.1:${GUEST_LND_RPC_PORT:?} -p ${LNDG_PASSWORD:?} --supervisord && supervisord -c /root/supervisord.conf && python manage.py runserver 0.0.0.0:8889
network_mode: service:tor
# Patch common services

View File

@ -64,7 +64,6 @@ THUB_ACCOUNTS_CONFIG_PATH='/config/accounts.yml'
LNDG_CONFIG='./env-sample/lndtn/supervisord.conf'
LNDG_DATA='/custom_path/testnet/lndg/data'
LNDG_USER='lndg-admin'
LNDG_PASSWORD=999999999
LIT_LOCAL_PORT=4001