Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
vmttn committed Oct 23, 2023
1 parent 2aa39b4 commit 4eed8ad
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ x-airflow-common:
volumes:
- ./pipeline/dbt:/opt/airflow/dbt
- ./pipeline/dags:/opt/airflow/dags
- ./pipeline/logs:/opt/airflow/logs
- ./pipeline/src:/opt/airflow/data-inclusion/src

user: ${AIRFLOW_UID:-50000}:0
Expand Down Expand Up @@ -158,8 +157,6 @@ services:
user: 0:0
command:
- |
mkdir -p /opt/airflow/logs
chown -R "${AIRFLOW_UID}:0" /opt/airflow/logs
exec /entrypoint airflow version
environment:
<<: *airflow-common-environment
Expand Down

0 comments on commit 4eed8ad

Please sign in to comment.