Skip to content

Repo to bootstrap local Airflow development using docker compose

Notifications You must be signed in to change notification settings

tisaldanha/local_airflow_docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

local_airflow_docker

Repo to bootstrap local Airflow development using docker compose. This document is a simplification of https://airflow.apache.org/docs/apache-airflow/stable/howto/docker-compose/index.html

Running

Now, to build the image for your local environment:

docker-compose build

And to run all containers:

docker-compose up

The airflow webserver will be available on localhost:8080 and username and password will be airflow

About

Repo to bootstrap local Airflow development using docker compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%