Local deployment of Airflow with Docker. Requirements:
- Docker
- Make
make start-airflow
Write your DAGs under the dags
directory. This is synchronized to the Airflow UI every 10s.
Edit the AIRFLOW_VERSION
variable in the .env
file.
Edit the Environment variables in the .env
file.
make stop-airflow