You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
906 B

6 years ago
version: "3"
services:
dashd:
restart: unless-stopped
container_name: btcpayserver_dashd
image: uphold/dash-core:0.12.2.3-alpine
6 years ago
expose:
- "43782"
- "39388"
ports:
6 years ago
- "9999:9999"
- "9998:9998"
- "19999:19999"
- "19998:19998"
6 years ago
volumes:
- "dash_datadir:/home/dash/.dashcore"
command:
-${NBITCOIN_NETWORK:-regtest}=1
-rpcport=43782
-port=39388
-whitelist=0.0.0.0/0
-printtoconsole
6 years ago
nbxplorer:
environment:
NBXPLORER_CHAINS: "DASH"
NBXPLORER_DASHRPCURL: http://dashd:43782/
NBXPLORER_DASHNODEENDPOINT: dashd:39388
links:
- dashd
volumes:
- "dash_datadir:/root/.dash"
btcpayserver:
environment:
BTCPAY_CHAINS: "DASH"
BTCPAY_DASHEXPLORERURL: http://nbxplorer:32838/
volumes:
dash_datadir: