Skip to content

Commit 0e1a25b

Browse files
committed
atualiza docker-compose-cginf remove comentários dos volumes
1 parent 0ad776a commit 0e1a25b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose-cginf.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@
5656
AIRFLOW__WEBSERVER__SECRET_KEY: '42'
5757
AIRFLOW__WEBSERVER__WORKERS: 1
5858
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
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
6363
- /var/run/docker.sock:/var/run/docker.sock
6464
- /usr/bin/docker:/bin/docker:ro
6565

0 commit comments

Comments
 (0)