You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-08-08 22:27:53 +02:00
update airflow
This commit is contained in:
@ -1,13 +1,13 @@
|
|||||||
#
|
#
|
||||||
# References:
|
# References:
|
||||||
# - https://airflow.apache.org/docs/apache-airflow/stable/howto/docker-compose/index.html
|
# - https://airflow.apache.org/docs/apache-airflow/stable/howto/docker-compose/index.html
|
||||||
# - https://airflow.apache.org/docs/apache-airflow/2.9.2/docker-compose.yaml
|
# - https://airflow.apache.org/docs/apache-airflow/2.10.0/docker-compose.yaml
|
||||||
# - https://github.com/apache/airflow/blob/main/Dockerfile
|
# - https://github.com/apache/airflow/blob/main/Dockerfile
|
||||||
#
|
#
|
||||||
|
|
||||||
x-airflow-common:
|
x-airflow-common:
|
||||||
&airflow-common
|
&airflow-common
|
||||||
image: ${AIRFLOW_IMAGE_NAME:-apache/airflow:2.9.2}
|
image: ${AIRFLOW_IMAGE_NAME:-apache/airflow:2.10.0}
|
||||||
environment:
|
environment:
|
||||||
&airflow-common-env
|
&airflow-common-env
|
||||||
AIRFLOW__CORE__EXECUTOR: CeleryExecutor
|
AIRFLOW__CORE__EXECUTOR: CeleryExecutor
|
||||||
|
Reference in New Issue
Block a user