Skip to content

Commit

Permalink
Revert "Add env_file to airflow configuration"
Browse files Browse the repository at this point in the history
This reverts commit 491f765.
  • Loading branch information
benjamingregory committed Jan 9, 2019
1 parent 07e3639 commit 2dba39c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions airflow/include/composeyml.go
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2dba39c

Please sign in to comment.