btcpayserver-docker/docker-compose-generator/docker-fragments/nbxplorer.yml
nicolas.dorier b944945fb2
bump nbx
2022-10-18 22:26:25 +09:00

25 lines
647 B
YAML

version: "3"
services:
nbxplorer:
restart: unless-stopped
image: nicolasdorier/nbxplorer:2.3.40
expose:
- "32838"
environment:
NBXPLORER_NETWORK: ${NBITCOIN_NETWORK:-regtest}
NBXPLORER_BIND: 0.0.0.0:32838
NBXPLORER_TRIMEVENTS: 10000
NBXPLORER_SIGNALFILESDIR: /datadir
NBXPLORER_POSTGRES: User ID=postgres;Host=postgres;Port=5432;Application Name=nbxplorer;MaxPoolSize=20;Database=nbxplorer${NBITCOIN_NETWORK:-regtest}
NBXPLORER_AUTOMIGRATE: 1
NBXPLORER_NOMIGRATEEVTS: 1
links:
- postgres
volumes:
- "nbxplorer_datadir:/datadir"
volumes:
nbxplorer_datadir: