* Add LBTC and USDT support; Requires: https://github.com/btcpayserver/btcpayserver/pull/1118 https://github.com/dgarage/NBXplorer/pull/198 https://github.com/btcpayserver/dockerfile-deps/pull/10 * add elementsd cli scripts * simplify liquid integration btcpay liquid PR adds all sub assets in one go so in docker specifying LBTC is enough * bump images * rename properly * fix rpc * add pruning for liquid node * bump nbx * add liquid more-memory
19 lines
367 B
YAML
19 lines
367 B
YAML
version: "3"
|
|
|
|
services:
|
|
|
|
nbxplorer:
|
|
restart: unless-stopped
|
|
image: nicolasdorier/nbxplorer:2.1.7
|
|
expose:
|
|
- "32838"
|
|
environment:
|
|
NBXPLORER_NETWORK: ${NBITCOIN_NETWORK:-regtest}
|
|
NBXPLORER_BIND: 0.0.0.0:32838
|
|
NBXPLORER_SIGNALFILESDIR: /datadir
|
|
volumes:
|
|
- "nbxplorer_datadir:/datadir"
|
|
|
|
volumes:
|
|
nbxplorer_datadir:
|