From 2dba39c9940c236636911120016cb1b9109f8e0c Mon Sep 17 00:00:00 2001 From: Benjamin Gregory Date: Tue, 8 Jan 2019 21:17:55 -0700 Subject: [PATCH] Revert "Add env_file to airflow configuration" This reverts commit 491f765313c45eacc85a45de76db7dae16ffbad2. --- airflow/include/composeyml.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/airflow/include/composeyml.go b/airflow/include/composeyml.go index 38abe7531..3968b38a5 100644 --- a/airflow/include/composeyml.go +++ b/airflow/include/composeyml.go @@ -51,8 +51,6 @@ services: AIRFLOW__CORE__SQL_ALCHEMY_CONN: postgresql://{{ .PostgresUser }}:{{ .PostgresPassword }}@{{ .PostgresHost }}:5432 AIRFLOW__CORE__LOAD_EXAMPLES: "False" AIRFLOW__CORE__FERNET_KEY: "d6Vefz3G9U_ynXB3cr7y_Ak35tAHkEGAVxuz_B-jzWw=" - env_file: - - {{ .AirflowEnvFile }} volumes: - {{ .AirflowHome }}/dags:/usr/local/airflow/dags:ro - {{ .AirflowHome }}/plugins:/usr/local/airflow/plugins:ro @@ -80,8 +78,6 @@ services: AIRFLOW__CORE__FERNET_KEY: "d6Vefz3G9U_ynXB3cr7y_Ak35tAHkEGAVxuz_B-jzWw=" ports: - {{ .AirflowWebserverPort }}:8080 - env_file: - - {{ .AirflowEnvFile }} volumes: - {{ .AirflowHome }}/dags:/usr/local/airflow/dags:ro - {{ .AirflowHome }}/plugins:/usr/local/airflow/plugins:ro