Skip to content

Commit

Permalink
Add .env file for env vars used in docker-compose files.
Browse files Browse the repository at this point in the history
Remove these vars from .env.localrunner
  • Loading branch information
barbarahui committed Aug 4, 2023
1 parent 589788a commit 2c9181f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions docker/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
DAGS_HOME="/Users/bhui/dev/rikolti/airflow/dags"
PLUGINS_HOME="/Users/bhui/dev/rikolti/airflow/plugins"
REQS_HOME="/Users/bhui/dev/rikolti/airflow"
STARTUP_HOME="/Users/bhui/dev/rikolti/airflow"
4 changes: 0 additions & 4 deletions docker/config/.env.localrunner
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,3 @@ S3_DAGS_PATH=""
S3_PLUGINS_PATH=""
S3_REQUIREMENTS_PATH=""

DAGS_HOME=""
PLUGINS_HOME=""
REQS_HOME=""
STARTUP_HOME=""

0 comments on commit 2c9181f

Please sign in to comment.