Commit 4c8c9d50 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweak

parent b36e37e3
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ services:

  airflow-apiserver:
    <<: *airflow-common
    command: api-server
    command: airflow db migrate && api-server
    ports:
      - "8080:8080"
    healthcheck:
@@ -219,8 +219,6 @@ services:
      _AIRFLOW_WWW_USER_PASSWORD: ${_AIRFLOW_WWW_USER_PASSWORD:-airflow}
      _PIP_ADDITIONAL_REQUIREMENTS: ''
    user: "0:0"
    volumes:
      - ${AIRFLOW_PROJ_DIR}:/opt/airflow

  airflow-cli:
    <<: *airflow-common