mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 13:00:41 +02:00
20 lines
399 B
YAML
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:
|