An open API service indexing awesome lists of open source software.

https://github.com/a-poor/airflow-minimal

A minimal airflow docker image
https://github.com/a-poor/airflow-minimal

Last synced: 4 months ago
JSON representation

A minimal airflow docker image

Awesome Lists containing this project

README

          

# airflow-minimal

_created by Austin Poor_

A minimal [Airflow](https://airflow.apache.org/) docker image.

Runs the basic airflow scheduler and webserver on port `8080`.

The default airflow directory is `/root/airflow`. To add custom DAGs, they can either be coppied or mounted to `/root/airflow/dags`.