mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 13:00:41 +02:00
Add Litecoin MWEB docker fragment (#974)
* Add MWEB docker fragment * Add container name
This commit is contained in:
parent
48c3cf19cf
commit
28a4597eea
@ -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"
|
Loading…
Reference in New Issue
Block a user