We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f39734 commit 275de6bCopy full SHA for 275de6b
1 file changed
src/airflow/docker-compose.yaml
@@ -60,7 +60,7 @@ x-airflow-common:
60
AIRFLOW__CELERY__BROKER_URL: redis://:@redis:6379/0
61
AIRFLOW__CORE__FERNET_KEY: ''
62
AIRFLOW__CORE__DAGS_ARE_PAUSED_AT_CREATION: 'true'
63
- AIRFLOW__CORE__LOAD_EXAMPLES: 'true'
+ AIRFLOW__CORE__LOAD_EXAMPLES: 'false'
64
AIRFLOW__CORE__EXECUTION_API_SERVER_URL: 'http://airflow-apiserver:8080/execution/'
65
# yamllint disable rule:line-length
66
# Use simple http server on scheduler for health checks
0 commit comments