btcpayserver-docker/docker-compose-generator/docker-fragments/nbxplorer.yml
Maxime Rousseau ea9abe6301
Yamllint'ed all files and made them compliant. (#379)
Co-authored-by: max <max@RedRapier.local>
2020-10-06 14:17:43 +09:00

20 lines
399 B
YAML

version: "3"
services:
nbxplorer:
restart: unless-stopped
image: nicolasdorier/nbxplorer:2.1.42
expose:
- "32838"
environment:
NBXPLORER_NETWORK: ${NBITCOIN_NETWORK:-regtest}
NBXPLORER_BIND: 0.0.0.0:32838
NBXPLORER_TRIMEVENTS: 10000
NBXPLORER_SIGNALFILESDIR: /datadir
volumes:
- "nbxplorer_datadir:/datadir"
volumes:
nbxplorer_datadir: