Skip to content

Commit

Permalink
Enable tasks to write to localhost; allow parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
amywieliczka committed Sep 28, 2024
1 parent d7caacb commit a335234
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ DAGS_HOME=""
PLUGINS_HOME=""
REQS_HOME=""
STARTUP_HOME=""
RIKOLTI_DATA_HOME=""
1 change: 1 addition & 0 deletions docker/docker-compose-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ services:
- "${PLUGINS_HOME}:/usr/local/airflow/plugins"
- "${REQS_HOME}:/usr/local/airflow/requirements"
- "${STARTUP_HOME}:/usr/local/airflow/startup"
- "${RIKOLTI_DATA_HOME}:/usr/local/airflow/rikolti_data"
ports:
- "8080:8080"
command: local-runner
Expand Down

0 comments on commit a335234

Please sign in to comment.