Fix Django

This commit is contained in:
koalasat
2024-10-15 13:13:40 +02:00
parent f83df5864a
commit d73850e912

View File

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