Skip to content

Use this repo to run an Airflow cluster locally with Docker compose.

Notifications You must be signed in to change notification settings

sylvioneto/airflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

airflow

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.

Prerequisites

Running

  1. Clone this repo
    $ git clone https://github.com/sylvioneto/airflow.git
  2. Run docker-compose
    $ docker-compose up
  3. Access Airflow UI: http://localhost:8080/

Airflow versions

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.

Airflow 2

Want to play with Airflow 2? Checkout this branch.

About

Use this repo to run an Airflow cluster locally with Docker compose.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published