From 1f34357ab79c2b0ed5766efb489170622f61fa27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Wed, 18 Mar 2026 12:36:20 +0100 Subject: [PATCH] fix: docker sparkl2 and ad multiplicity (#3875) Co-authored-by: blackcoffeexbt <87530449+blackcoffeexbt@users.noreply.github.com> --- docker/sparkl2/Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docker/sparkl2/Dockerfile b/docker/sparkl2/Dockerfile index 7bf785c43..f09ecf4da 100644 --- a/docker/sparkl2/Dockerfile +++ b/docker/sparkl2/Dockerfile @@ -19,13 +19,16 @@ RUN uv sync --all-extras ENV LNBITS_PORT="5000" ENV LNBITS_HOST="0.0.0.0" 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 # spark sidecar -ENV SPARK_MNEMONIC="bottom bottom bottom bottom bottom bottom bottom bottom bottom bottom bottom bottom" ENV SPARK_NETWORK="MAINNET" ENV SPARK_SIDECAR_PORT="8765" ENV SPARK_PAY_WAIT_MS="20000" +ENV SPARK_MULTIPLICITY="3" EXPOSE 5000