Skip to content

mu373/bitcoind-dashboard

Repository files navigation

bitcoind-dashboard

Simple dashboard for bitcoind. Designed to work with bitcoind running in another Docker container: mu373/docker-bitcoind.

bitcoind-dashboard

Setup

# Setup environment variables
cp .env.local.sample .env.local
vim .env.local

# Setup docker-compose
cp docker-compose-dev-template.yml docker-compose-dev.yml #For development
cp docker-compose-template.yml docker-compose.yml # For production 

If you want to easily enable HTTPS access for production using traefik, you can use this docker-compose template.

Getting Started

docker compose -f docker-compose-dev.yml up -d # For development
docker compose -f docker-compose.yml up -d #For production

Open http://localhost:3000 with your browser to see the result.