version 1.10.14

This commit is contained in:
xnuinside@gmail.com
2020-12-16 22:22:59 +03:00
parent 8386212c8f
commit d258759799
2 changed files with 10 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ services:
webserver:
env_file:
- .env
image: apache/airflow:1.10.12
image: apache/airflow:1.10.14
ports:
- 8080:8080
volumes:
@@ -61,7 +61,7 @@ services:
networks:
- airflow
flower:
image: apache/airflow:1.10.12
image: apache/airflow:1.10.14
env_file:
- .env
ports:
@@ -79,7 +79,7 @@ services:
networks:
- airflow
scheduler:
image: apache/airflow:1.10.12
image: apache/airflow:1.10.14
env_file:
- .env
volumes:
@@ -96,7 +96,7 @@ services:
networks:
- airflow
worker:
image: apache/airflow:1.10.12
image: apache/airflow:1.10.14
env_file:
- .env
volumes:
@@ -116,7 +116,7 @@ services:
networks:
- airflow
initdb:
image: apache/airflow:1.10.12
image: apache/airflow:1.10.14
env_file:
- .env
volumes:
@@ -130,7 +130,7 @@ services:
condition: on-failure
delay: 8s
max_attempts: 5
command: -c "airflow initdb"
command: -c "airflow db init"
depends_on:
- redis
- postgres