Skip to content

Commit 85659a4

Browse files
Update docker-compose.yaml
1 parent 5f730cb commit 85659a4

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

infra/airflow-cluster/docker-compose.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,9 @@ x-airflow-common:
5858
AIRFLOW__CORE__SQL_ALCHEMY_CONN: postgresql+psycopg2://airflow:airflow@ted-data.eu/airflow
5959
AIRFLOW__CELERY__RESULT_BACKEND: db+postgresql://airflow:airflow@ted-data.eu/airflow
6060
AIRFLOW__CELERY__BROKER_URL: redis://:@ted-data.eu:6379/0
61-
#AIRFLOW__CORE__FERNET_KEY: ${FERNET_KEY}
6261
#AIRFLOW__WEBSERVER__SECRET_KEY: ${SECRET_KEY}
6362
IS_PRIME_ENV: 'true'
6463
AIRFLOW__CORE__EXECUTOR: CeleryExecutor
65-
#AIRFLOW__CORE__SQL_ALCHEMY_CONN: postgresql+psycopg2://airflow:airflow@postgres/airflow
66-
#AIRFLOW__CELERY__RESULT_BACKEND: db+postgresql://airflow:airflow@postgres/airflow
67-
#AIRFLOW__CELERY__BROKER_URL: redis://:@redis:6379/0
6864
AIRFLOW__CORE__FERNET_KEY: ''
6965
AIRFLOW__CORE__DAGS_ARE_PAUSED_AT_CREATION: 'true'
7066
AIRFLOW__CORE__ENABLE_XCOM_PICKLING: "true"

0 commit comments

Comments
 (0)