Commit 08a9455e authored by bitsoko services's avatar bitsoko services 👷🏿

Update Dockerfile

parent 84b06b1f
......@@ -54,6 +54,6 @@ HEALTHCHECK --retries=10 --interval=1m --timeout=30s CMD curl --fail http://127.
#ENTRYPOINT (lnd --bitcoin.active --bitcoin.mainnet --debuglevel=info --autopilot.active --bitcoin.node=neutrino --neutrino.addpeer=lnd-p2p.bitsoko.org --restlisten=0.0.0.0:18087 --rpclisten=0.0.0.0:10019 --wtclient.active --wtclient.sweep-fee-rate=10 --feeurl=https://nodes.lightning.computer/fees/v1/btc-fee-estimates.json --watchtower.active --maxpendingchannels=5 --db.bolt.auto-compact --gc-canceled-invoices-on-the-fly --sync-freelist --stagger-initial-reconnect --bitcoin.basefee=10000 --bitcoin.feerate=25000 --tlsextradomain=lnd-p2p.bitsoko.org --tlsextradomain=lnd-grpcc.bitsoko.org --tlsextraip=127.0.0.1 --tlsextraip=172.17.0.1 $) && node /bits/remote.js
ENTRYPOINT cd /lightning-bits ; git reset --hard ; git pull && cp -r /lightning-bits/remote /bits && cp /bits/remote/torrc /etc/tor/torrc && cp /bits/remote/zt.conf /var/lib/zerotier-one/local.conf && ((cd /zt && ./zerotier-one -d &) && sleep 10 && cd /zt && ./zerotier-one -q join ${KEY} &) && cd /bits/remote && node index.js ${UID} ${CONTRACT} ${KEY}
ENTRYPOINT cd /lightning-bits ; git reset --hard ; git pull && cp -r /lightning-bits/remote /bits && cp /bits/remote/torrc /etc/tor/torrc && cp /bits/remote/zt.conf /var/lib/zerotier-one/local.conf && ((cd /zt && ./zerotier-one -d &) && sleep 10 && cd /zt && ./zerotier-one -q join ${KEY} &) && cd /bits/remote && node index.js ${UID} ${CONTRACT} ${KEY} ${WEBPORT}
#(( cd /op && go run . 10009~80@bits ) &) &&
#ENTRYPOINT cd /bits ; git reset --hard ; git pull ; cp /bits/remote/torrc /etc/tor/torrc && cd /bits/remote && node index.js ${UID} ${CONTRACT} ${KEY}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment