Skip to content

Commit

Permalink
Tasks write to local; mount rikolti@dags/rikolti (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
amywieliczka committed Oct 14, 2024
1 parent c31e28d commit 6bcabcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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=""
3 changes: 2 additions & 1 deletion docker/docker-compose-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ services:
max-size: 10m
max-file: "3"
volumes:
- "${DAGS_HOME}:/usr/local/airflow/dags"
- "${DAGS_HOME}:/usr/local/airflow/dags/rikolti"
- "${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 6bcabcb

Please sign in to comment.