Commit dc07b7df authored by bitsoko services's avatar bitsoko services 👷🏿

Update Dockerfile

parent bc720dfa
......@@ -50,7 +50,7 @@ RUN mkdir /var/lib/zerotier-one
#RUN curl -fsSL https://pkgs.netbird.io/install.sh | sh && netbird up --setup-key CF296ECF-1B43-416C-BF36-2AA5A9C9505D --management-url http://localhost:33073
#RUN apk add netbird
HEALTHCHECK --retries=10 --interval=1m --timeout=30s CMD curl --fail http://127.0.0.1:18088/ || exit 1
HEALTHCHECK --retries=10 --interval=1m --timeout=30s CMD curl --fail http://127.0.0.1:10009/ || exit 1
#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
......
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