Skip to content

Commit

Permalink
Add user definition to docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
augusto-herrmann committed Jan 15, 2025
1 parent 03fe1db commit f745598
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
- ./dag_load_inlabs:/opt/airflow/dags/dag_load_inlabs
- ./tests:/opt/airflow/tests # for test purpose
- ./schemas:/opt/airflow/schemas # for test purpose
user: "${AIRFLOW_UID:-50000}:0"
depends_on:
postgres:
condition: service_healthy
Expand Down

0 comments on commit f745598

Please sign in to comment.