Merge pull request #25 from KoalaSat/add-lndg

Fix supervisord
This commit is contained in:
KoalaSat
2024-10-15 10:14:28 +00:00
committed by GitHub

View File

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