Update to 1.10.12 (#6)

* add retry, update version to 1.10.12

* update readme.md
This commit is contained in:
Iuliia Volkova
2020-11-29 21:35:24 +03:00
committed by GitHub
parent 2ee17ab6ce
commit ceb0f7c815
2 changed files with 55 additions and 10 deletions

View File

@@ -1,3 +1,15 @@
# How to use
```bash
git clone https://github.com/xnuinside/airflow_in_docker_compose
cd airflow_in_docker_compose
docker-compose -f docker-compose-with-celery-executor.yml up --build
```
Wait until all services will succesfull up & open http://localhost:8080/admin.
# Apache Airflow with Docker Compose examples
**UPD from July 2020:
Those articles was created before release of official Apache Airflow Docker image and they use puckel/docker-airflow.
@@ -29,6 +41,13 @@ Source files for article with description on Medium.
![Main Apache Airflow UI](/docs/img/main.png?raw=true "Main Apache Airflow UI")
![Version](/docs/img/version.png?raw=true "Version Screen")
### 29.11.2020:
1. Update Apache Airflow version to 1.10.12
2. Update PostgreSQL DB to 13.1
3. Added restart_policy to services in docker-compose
### 07.2020:
1. All compose files with puckel_image moved to docker_with_puckel_image
2. Creted docker-compose config based on official image (required docker-compose version 3.7 and higher):