From 60eff7749d86918d4b7d5e808c351c4841364139 Mon Sep 17 00:00:00 2001 From: xnuinside Date: Sun, 18 Aug 2019 21:24:59 +0300 Subject: [PATCH] update readme.md --- README.md | 7 ++++++- docker-compose-celery-executor.yml | 1 - 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 718452c..a863b2d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ # Apache Airflow with Docker Compose example -Source files for article with description on Medium: +Source files for article with description on Medium + +Apache Airflow with LocalExecutor: + +Apache Airflow with CeleryExecutor: + diff --git a/docker-compose-celery-executor.yml b/docker-compose-celery-executor.yml index d96b1ac..4a264cf 100644 --- a/docker-compose-celery-executor.yml +++ b/docker-compose-celery-executor.yml @@ -26,7 +26,6 @@ services: interval: 30s timeout: 30s retries: 3 - scheduler: build: . restart: always