Skip to content

ulamlabs/docker-btc-rpc-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

BTC RPC Explorer Docker image

Docker image for janoside's btc-rpc-explorer.

Building

docker build -t ulamlabs/btc-rpc-explorer:latest .

You can also build specific version of BTC RPC Explorer:

docker build --build-arg version=2.0.0 -t ulamlabs/btc-rpc-explorer:latest .

Usage

Docker image supports the same environment variables as the app itself. Use .env.sample as reference. Image is available on Docker Hub.

docker pull ulamlabs/btc-rpc-explorer:latest