Skip to content
Snippets Groups Projects
Commit 52a0a8c8 authored by Christian Boettcher's avatar Christian Boettcher
Browse files

move workdir to larger persistent volume

parent 9fd682c5
No related branches found
No related tags found
No related merge requests found
......@@ -191,7 +191,7 @@ services:
- ./config/airflow.cfg:/opt/airflow/airflow.cfg
- ${AIRFLOW_PROJ_DIR:-/persistent_data}/logs:/opt/airflow/logs
- ${AIRFLOW_PROJ_DIR:-.}/plugins:/opt/airflow/plugins
- ./tmp/:/work/
- ./persistent_data/tmp/:/work/
depends_on:
<<: *airflow-common-depends-on
airflow-init:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment