Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 217 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 217 Bytes

Stock Indicator

Services

Airflow

mkdir -p ./dags ./logs ./plugins
echo -e "AIRFLOW_UID=$(id -u)" > .env

# Initialize the database
docker-compose up airflow-init

# Start airflow
docker-compose up