mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-17 08:44:21 +01:00
19 lines
370 B
YAML
19 lines
370 B
YAML
version: "3"
|
|
|
|
services:
|
|
|
|
nbxplorer:
|
|
restart: unless-stopped
|
|
image: nicolasdorier/nbxplorer:2.0.0.67
|
|
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:
|