Update docker-compose.yaml
This commit is contained in:
@@ -35,9 +35,9 @@ services:
|
||||
- AIRFLOW__DATABASE__SQL_ALCHEMY_CONN=postgresql+psycopg2://airflow:airflow@postgres/airflow
|
||||
- AIRFLOW__CORE__EXECUTOR=LocalExecutor
|
||||
volumes:
|
||||
- ./dags:/opt/airflow/dags
|
||||
- ./logs:/opt/airflow/logs
|
||||
- ./plugins:/opt/airflow/plugins
|
||||
#- ./dags:/opt/airflow/dags
|
||||
#- ./logs:/opt/airflow/logs
|
||||
#- ./plugins:/opt/airflow/plugins
|
||||
command: scheduler
|
||||
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user