Use this repo to run an Airflow cluster locally with Docker compose.
It's useful for dags development and troubleshooting plugins before pushing them to shared environments.
- Docker 19.03.13 or higher.
- Clone this repo
$ git clone https://github.com/sylvioneto/airflow.git
- Run docker-compose
$ docker-compose up
- Access Airflow UI: http://localhost:8080/
The docker-compose.yaml
is set with the latest stable Airflow version.
If you want to run another Airflow version, please change the image tag.
Want to play with Airflow 2? Checkout this branch.