mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2025-08-04 00:50:06 +00:00
@ -60,7 +60,7 @@ services:
|
|||||||
command:
|
command:
|
||||||
- sh
|
- sh
|
||||||
- -c
|
- -c
|
||||||
- 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
|
- python initialize.py -net ${NETWORK} -wn -dir /root/.lnd -rpc 127.0.0.1:${GUEST_LND_RPC_PORT:?} -pw ${LNDG_PASSWORD:?} && python controller.py runserver 0.0.0.0:8889
|
||||||
network_mode: service:tor
|
network_mode: service:tor
|
||||||
|
|
||||||
# Patch common services
|
# Patch common services
|
||||||
|
@ -2,7 +2,7 @@ FROM python:3-alpine
|
|||||||
ENV TZ=Europe/London
|
ENV TZ=Europe/London
|
||||||
ENV PYTHONUNBUFFERED 1
|
ENV PYTHONUNBUFFERED 1
|
||||||
|
|
||||||
RUN apk add git g++ linux-headers && git clone https://github.com/cryptosharks131/lndg /app
|
RUN apk add git g++ linux-headers && git clone --branch v1.9.0 https://github.com/cryptosharks131/lndg /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN git checkout "master"
|
RUN git checkout "master"
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
Reference in New Issue
Block a user