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:
Vj-L 2022-08-25 18:49:46 +05:30 committed by GitHub
parent 48e72143c7
commit 8bf34fcdc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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: