Execute the run.sh script it has everything you need
chmod +x run.sh
bash run.sh
Alternatively you can pull from the dockerhub, and then run the container directly
docker pull krizalid69/bitcoin-stream-redis:latest
You will need to run both of the publisher.py and subscriber.py and then the dash_app.py First create a venv and install dependencies
python3 -m venv venv
. venv/bin/activate
pip install -r requirements
then run the necessary files :
python3 publisher.py
python3 subscriber.py
python3 dash_app.py