1
0
Files
btcpayserver-docker/docker-compose-generator/docker-fragments/nbxplorer.yml
nicolas.dorier 7d68214dd3 Revert "Update nbx and btcpay"
This reverts commit d1d36f1332.
2019-03-31 13:44:32 +09:00

19 lines
370 B
YAML

version: "3"
services:
nbxplorer:
restart: unless-stopped
image: nicolasdorier/nbxplorer:2.0.0.25
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: