1
0
Files
btcpayserver-docker/docker-compose-generator/docker-fragments/nbxplorer.yml
nicolas.dorier 4704165b1b bump
2018-10-31 13:12:12 +09:00

17 lines
327 B
YAML

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