diff --git a/docker-compose-generator/docker-fragments/opt-lnd_bitcoin-autopilot.yml b/docker-compose-generator/docker-fragments/opt-lnd_bitcoin-autopilot.yml new file mode 100644 index 0000000..5b8d766 --- /dev/null +++ b/docker-compose-generator/docker-fragments/opt-lnd_bitcoin-autopilot.yml @@ -0,0 +1,11 @@ +version: "3" + +services: + lnd_bitcoin: + environment: + # If you don't use Lightning Network, use opt-save-store-xxs instead + # This save about 1 years of block, your lightning node won't be able to see channel created 1 year since the time you start it. + LND_EXTRA_ARGS: | + autopilot.active=1 + autopilot.maxchannels=5 + autopilot.allocation=0.6