mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-30 08:57:09 +00:00
Fix/airflow dag issue (#6759)
* Added the correct path for dags volume * Updated the dags volume path * Removed the library from the Dockerfile of ingestion * Removed the libmxl2 library from Docker file Co-authored-by: “Vijay” <“vijay.l@deuexsolutions.com”>
This commit is contained in:
parent
48e72143c7
commit
8bf34fcdc1
@ -142,7 +142,7 @@ services:
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ingestion-volume-dag-airflow:/airflow/dag_generated_configs
|
||||
- ingestion-volume-dags:/airflow/dags
|
||||
- ingestion-volume-dags:/ingestion/examples/airflow/dags
|
||||
- ingestion-volume-tmp:/tmp
|
||||
networks:
|
||||
local_app_net:
|
||||
|
||||
@ -140,7 +140,7 @@ services:
|
||||
- "localhost:172.16.240.13"
|
||||
volumes:
|
||||
- ingestion-volume-dag-airflow:/airflow/dag_generated_configs
|
||||
- ingestion-volume-dags:/airflow/dags
|
||||
- ingestion-volume-dags:/ingestion/examples/airflow/dags
|
||||
- ingestion-volume-tmp:/tmp
|
||||
|
||||
networks:
|
||||
@ -123,7 +123,7 @@ services:
|
||||
- "localhost:172.16.240.13"
|
||||
volumes:
|
||||
- ingestion-volume-dag-airflow:/airflow/dag_generated_configs
|
||||
- ingestion-volume-dags:/airflow/dags
|
||||
- ingestion-volume-dags:/ingestion/examples/airflow/dags
|
||||
- ingestion-volume-tmp:/tmp
|
||||
|
||||
networks:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user