Skip to content

Commit cedc8d6

Browse files
committed
fix: mount volume of dags
1 parent 0879053 commit cedc8d6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/airflow/docker-compose.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,8 @@ services:
203203
condition: service_completed_successfully
204204
volumes:
205205
- /var/run/docker.sock:/var/run/docker.sock
206+
- ${AIRFLOW_PROJ_DIR:-.}/dags:/opt/airflow/dags
207+
206208

207209
airflow-triggerer:
208210
<<: *airflow-common

0 commit comments

Comments
 (0)