We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad776a commit 0e1a25bCopy full SHA for 0e1a25b
docker-compose-cginf.yml
@@ -56,10 +56,10 @@
56
AIRFLOW__WEBSERVER__SECRET_KEY: '42'
57
AIRFLOW__WEBSERVER__WORKERS: 1
58
volumes:
59
- # - ../airflow-dags/dags:/opt/airflow/dags
60
- # - ../FastETL:/opt/airflow/plugins/FastETL
61
- # - ../airflow_commons:/opt/airflow/plugins/airflow_commons
62
- # - ../airflow-dags/great_expectations:/opt/airflow/great_expectations
+ - ../airflow-dags/dags:/opt/airflow/dags
+ - ../FastETL:/opt/airflow/plugins/FastETL
+ - ../airflow_commons:/opt/airflow/plugins/airflow_commons
+ - ../airflow-dags/great_expectations:/opt/airflow/great_expectations
63
- /var/run/docker.sock:/var/run/docker.sock
64
- /usr/bin/docker:/bin/docker:ro
65
0 commit comments