Update docker-compose.yaml

This commit is contained in:
izu
2026-03-03 09:03:49 +00:00
parent 9498c54a4a
commit b0e7d3c1ce

View File

@@ -35,9 +35,9 @@ services:
- AIRFLOW__DATABASE__SQL_ALCHEMY_CONN=postgresql+psycopg2://airflow:airflow@postgres/airflow - AIRFLOW__DATABASE__SQL_ALCHEMY_CONN=postgresql+psycopg2://airflow:airflow@postgres/airflow
- AIRFLOW__CORE__EXECUTOR=LocalExecutor - AIRFLOW__CORE__EXECUTOR=LocalExecutor
volumes: volumes:
- ./dags:/opt/airflow/dags #- ./dags:/opt/airflow/dags
- ./logs:/opt/airflow/logs #- ./logs:/opt/airflow/logs
- ./plugins:/opt/airflow/plugins #- ./plugins:/opt/airflow/plugins
command: scheduler command: scheduler
volumes: volumes: