Commit bbce4c08 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweaks

parent 0c04fafc
Loading
Loading
Loading
Loading
+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
+1 −1
Original line number Diff line number Diff line
@@ -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