Airflow Docker compose modified to use LocalExecutor and add additional requirements
- Add your dependencies in the
requirements.txtfile - Use de commands
docker-compose up airflow-initto initialize the Airflow database.docker-compose up -d
Additionaly you can rebuild the Airflow image usind the command docke-compose up --build if you add a dependency after use docker-compose up -d.