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__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:
|
||||||
|
|||||||
Reference in New Issue
Block a user