docker-compose file for airflow

This commit is contained in:
xnuinside
2019-07-30 14:28:55 +03:00
parent c28deb5352
commit 4463172c87
4 changed files with 646 additions and 2 deletions

View File

@@ -1,2 +1,4 @@
# airflow_in_docker_compose
Apache Airflow in Docker Compose
# Apache Airflow with Docker Compose example
Source files for article with description on Medium:
<https://medium.com/@xnuinside/quick-guide-how-to-run-apache-airflow-cluster-in-docker-compose-615eb8abd67a>