Skip to content

Commit c30028e

Browse files
author
Vitor
committed
add jupyter notebook service
1 parent b0b544d commit c30028e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docker-compose-cginf.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
- ../airflow-dags/dags:/opt/airflow/dags/airflow-dags
6464
- ../FastETL/fastetl:/opt/airflow/plugins/fastetl
6565
- ../airflow_commons:/opt/airflow/plugins/airflow_commons
66-
- ../airflow-dags/great_expectations:/opt/airflow/great_expectations
66+
- ../airflow-great-expectations:/opt/airflow/include/great_expectations
6767

6868
user: "${AIRFLOW_UID:-50000}:${AIRFLOW_GID:-50000}"
6969
depends_on:
@@ -101,3 +101,9 @@
101101
<<: *airflow-common
102102
command: scheduler
103103
restart: always
104+
105+
jupyter:
106+
<<: *airflow-common
107+
command: bash -c "jupyter notebook --port=8888 --no-browser --ip=0.0.0.0 --notebook-dir=/opt/airflow/include/great_expectations --NotebookApp.token=''"
108+
ports:
109+
- 8888:8888

0 commit comments

Comments
 (0)