🚨 Experimental tool
export PORT=5000
export ELECTRS_URL=http://localhost:3000
export CONCURRENCY=10
npm start
docker build -t electrs-batch-server .
docker run \
--env-file .env \
--network=host \
--name electrs-batch-server \
electrs-batch-server