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

tweak

parent 4c8c9d50
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ init:
	docker compose up airflow-init

up:
	docker compose up --force-recreate
	docker compose up
down:
	docker compose down

@@ -16,4 +16,4 @@ migrate:

clean:
	# 停止服务并清理旧数据
	docker compose down --volumes --remove-orphans
 No newline at end of file
	docker compose rm -sf
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ services:

  airflow-apiserver:
    <<: *airflow-common
    command: airflow db migrate && api-server
    command: api-server
    ports:
      - "8080:8080"
    healthcheck: