mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 04:50:42 +02:00
22 lines
473 B
YAML
22 lines
473 B
YAML
version: "3"
|
|
|
|
services:
|
|
lnd_bitcoin:
|
|
environment:
|
|
LND_EXTRA_ARGS: |
|
|
autopilot.active=1
|
|
autopilot.maxchannels=5
|
|
autopilot.allocation=0.6
|
|
lnd_litecoin:
|
|
environment:
|
|
LND_EXTRA_ARGS: |
|
|
autopilot.active=1
|
|
autopilot.maxchannels=5
|
|
autopilot.allocation=0.6
|
|
lnd_bitcoingold:
|
|
environment:
|
|
LND_EXTRA_ARGS: |
|
|
autopilot.active=1
|
|
autopilot.maxchannels=5
|
|
autopilot.allocation=0.6
|