Add Litecoin MWEB docker fragment (#974)

* Add MWEB docker fragment

* Add container name
This commit is contained in:
Hector Chu 2025-02-19 10:13:13 +00:00 committed by GitHub
parent 48c3cf19cf
commit 28a4597eea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,16 @@
version: "3"
services:
btcpayserver:
environment:
BTCPAY_LTC_MWEB_DAEMON_URI: http://mwebd:12345
mwebd:
restart: unless-stopped
container_name: mwebd
image: hectorchu1/mwebd
volumes:
- "mwebd_datadir:/data"
volumes:
mwebd_datadir:
required:
- "litecoin"