Apache Airflow project configured using Docker Compose.
This project follows the official Apache Airflow Docker Compose setup guide: https://airflow.apache.org/docs/apache-airflow/stable/howto/docker-compose/index.html
# Start services
docker-compose up -d
# Access Airflow web UI
# http://localhost:8080dags/- Airflow DAGslogs/- Airflow logsplugins/- Custom pluginsconfig/- Configuration files