mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-15 09:59:16 +00:00
18 lines
483 B
YAML
18 lines
483 B
YAML
version: "3"
|
|
|
|
services:
|
|
btcpayserver:
|
|
environment:
|
|
BTCPAY_CHAINS: "btc"
|
|
BTCPAY_BTCEXPLORERURL: http://nbxplorer:32838/
|
|
nbxplorer:
|
|
env_file:
|
|
- nbxplorer-variables.env
|
|
environment:
|
|
NBXPLORER_CHAINS: "btc"
|
|
NBXPLORER_BTCRPCURL: http://host.docker.internal:8332/
|
|
NBXPLORER_BTCNODEENDPOINT: host.docker.internal:8333
|
|
volumes:
|
|
- "/mnt/hdd/mynode/bitcoin:/root/.bitcoin"
|
|
extra_hosts:
|
|
- "host.docker.internal:172.17.0.1" |