fix: docker sparkl2 and ad multiplicity (#3875)
Co-authored-by: blackcoffeexbt <87530449+blackcoffeexbt@users.noreply.github.com>
This commit is contained in:
@@ -19,13 +19,16 @@ RUN uv sync --all-extras
|
|||||||
ENV LNBITS_PORT="5000"
|
ENV LNBITS_PORT="5000"
|
||||||
ENV LNBITS_HOST="0.0.0.0"
|
ENV LNBITS_HOST="0.0.0.0"
|
||||||
ENV LNBITS_BACKEND_WALLET_CLASS="SparkL2Wallet"
|
ENV LNBITS_BACKEND_WALLET_CLASS="SparkL2Wallet"
|
||||||
|
ENV LNBITS_RESERVE_FEE_MIN="20000"
|
||||||
|
ENV LNBITS_RESERVE_FEE_PERCENT="1"
|
||||||
|
ENV LNBITS_FUNDING_SOURCE_PAY_INVOICE_WAIT_SECONDS="20"
|
||||||
ENV FUNDING_SOURCE_MAX_RETRIES=10
|
ENV FUNDING_SOURCE_MAX_RETRIES=10
|
||||||
|
|
||||||
# spark sidecar
|
# spark sidecar
|
||||||
ENV SPARK_MNEMONIC="bottom bottom bottom bottom bottom bottom bottom bottom bottom bottom bottom bottom"
|
|
||||||
ENV SPARK_NETWORK="MAINNET"
|
ENV SPARK_NETWORK="MAINNET"
|
||||||
ENV SPARK_SIDECAR_PORT="8765"
|
ENV SPARK_SIDECAR_PORT="8765"
|
||||||
ENV SPARK_PAY_WAIT_MS="20000"
|
ENV SPARK_PAY_WAIT_MS="20000"
|
||||||
|
ENV SPARK_MULTIPLICITY="3"
|
||||||
|
|
||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user