Initial Setup Only
- Clone the base repo:f https://github.com/Cirrostrats/base
- Navigate into this base repo folder
- Ensure Docker Desktop is running in the background, esure python is installed on your system
- Run the setup.py file from the base directory -
python3 setup.py
- follow instructions on terminal.
Subsequent Runs
You don't need to run python setup.py
for subsequent runs. Just run docker compose up on the base directory and it should spool up the containers accordingly.