Skip to content

DPGrev/airflow-gdd-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apache Airflow in Docker

Airflow docker container based on Miniconda

Running the container

By default airflow --help is run:

docker run godatadriven/airflow 

To run the webserver, try our upgradedb_webserver command which first runs upgradedb (inits and upgrades the airflow database) before it starts the webserver

docker run godatadriven/airflow upgradedb_webserver

Docker compose

We've build two compose files which use postgresql as a database. The first compose file starts the webserver and localexecutor as separate containers. The other compose file uses celery to communicate with the executors.

About

Dockerhub repo for Apache Airflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 57.4%
  • Dockerfile 42.6%