Skip to content

manuGil/airflow-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

airflow-compose

A deployment of Apache Airflow using docker-compose.

References:

Running the example:

  1. Clore repository
  2. Create the following directories in the same directory of docker-compose.yml: dags, logs, plugins
  3. Change permision for the directories: chmod -R 777 dags/ logs/ plugins/
  4. Run: docker-compose up airflow-init
  5. Run: docker-compose up
  6. The web-gui should be available in http://localhost:8080

About

A deployment of Apache Airflow using docker-compose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published