1
0
Files
btcpayserver-docker/docker-compose-generator/docker-fragments/nbxplorer.yml
nicolas.dorier 7fe6d235fd bump
2020-10-29 22:04:34 +09:00

20 lines
399 B
YAML

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