Docker image for janoside's btc-rpc-explorer.
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 .
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