Install AirFlow with docker in Windows
Install Docker Desktop Windows
docker --version
docker-compose --version
pwd
ls -ltr
curl -Lf0 'https://airflow.apache.org/docs/apache-airflow/2.5.1/
docker-compose.yaml' # Fetching?docker-compose.yaml
AIRFLOW_CORE_EXECUTOR : LocalExecutor
remove all redis keys, airflow-worker key & flower key data
mkdir -p ./dags ./logs ./plugins # Setting the right Airflow user
docker compose up airflow-init # initialize the database
docker ps # display a list of running Docker containers on the current host
docker-compose up -d # start all the containers in a Docker Compose project
run localhost:8080 on browser
user - airflow, password - airflow