Skip to content

Commit

Permalink
add datahub var
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorbellini committed Nov 13, 2023
1 parent c509e6a commit 4c590e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ x-airflow-common:
AIRFLOW__CORE__FERNET_KEY: ${AIRFLOW__CORE__FERNET_KEY}
AIRFLOW__CORE__LOAD_EXAMPLES: 'false'
AIRFLOW__DATABASE__SQL_ALCHEMY_CONN: postgresql+psycopg2://${POSTGRES_USER:-airflow}:${POSTGRES_PASSWORD:-airflow}@postgres/${POSTGRES_DB:-airflow}
AIRFLOW__DATAHUB__ENABLED: 'false'
AIRFLOW__EMAIL__DEFAULT_EMAIL_ON_FAILURE: 'false'
AIRFLOW__EMAIL__DEFAULT_EMAIL_ON_RETRY: 'false'
AIRFLOW__SCHEDULER__ENABLE_HEALTH_CHECK: 'true'
Expand Down

0 comments on commit 4c590e3

Please sign in to comment.