1
0
Files
btcpayserver-docker/docker-compose-generator/docker-fragments/nbxplorer.yml
Andrew Camilleri b5bf43bb0f Add LBTC and USDT support; (#240)
* 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
2020-01-14 22:57:07 +09:00

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: