Loading airflow/docker/Makefile 0 → 100644 +10 −0 Original line number Diff line number Diff line prepare: mkdir -p ./dags ./logs ./plugins ./config echo -e "AIRFLOW_UID=$(id -u)" > .env up: docker compose up migrate: docker-compose run --rm airflow-init airflow db upgrade No newline at end of file airflow/docker/docker-compose.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ x-airflow-common: # In order to add custom dependencies or upgrade provider distributions you can use your extended image. # Comment the image line, place your Dockerfile in the directory where you placed the docker-compose.yaml # and uncomment the "build" line below, Then run `docker-compose build` to build the images. image: ${AIRFLOW_IMAGE_NAME:-apache/airflow:3.0.0} image: ${AIRFLOW_IMAGE_NAME:-apache/airflow:3.0.4} # build: . environment: &airflow-common-env Loading Loading
airflow/docker/Makefile 0 → 100644 +10 −0 Original line number Diff line number Diff line prepare: mkdir -p ./dags ./logs ./plugins ./config echo -e "AIRFLOW_UID=$(id -u)" > .env up: docker compose up migrate: docker-compose run --rm airflow-init airflow db upgrade No newline at end of file
airflow/docker/docker-compose.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ x-airflow-common: # In order to add custom dependencies or upgrade provider distributions you can use your extended image. # Comment the image line, place your Dockerfile in the directory where you placed the docker-compose.yaml # and uncomment the "build" line below, Then run `docker-compose build` to build the images. image: ${AIRFLOW_IMAGE_NAME:-apache/airflow:3.0.0} image: ${AIRFLOW_IMAGE_NAME:-apache/airflow:3.0.4} # build: . environment: &airflow-common-env Loading