Skip to content

bit-matrix/ba-worker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

- mkdir /root/github/bit-matrix cd /root/github/bit-matrix git clone https://github.com/bit-matrix/ba-worker.git cd ba-worker git checkout -b git branch --set-upstream-to=origin git pull

Update

cd /root/github/bit-matrix/ba-worker git pull docker build -t ba-worker . docker run -d --network="host" ba-worker docker run --name my-redis -p 6379:6379 -d redis

live logs

docker logs -f -n 20 8449e5fed439

build

docker build -t ba-worker .

run

docker run -d --network="host" ba-worker

container list

docker ps

Delete all stopped containers:

docker rm $(docker ps -a -q)

Stop all running containers

docker stop $(docker ps -a -q)

image list

docker images

Remove all images at once

docker rmi $(docker images -q)

bitmatrix-aggregate-worker

DB_URL=http://127.0.0.1:8899 ELECTRS_URL=http://127.0.0.1:3000 node dist/app.js

License

MIT Free Software, Hell Yeah!

About

bitmatrix-aggregate worker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published