Skip to content

Commit

Permalink
[docker-compose.yml] add pull_policy always
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorbellini committed Nov 24, 2023
1 parent ee4260d commit c16e034
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 @@ -3,6 +3,7 @@ version: '3'
x-airflow-common:
&airflow-common
image: ${AIRFLOW_IMAGE_NAME:-ghcr.io/gestaogovbr/airflow2-docker:latest-dev}
pull_policy: always
environment:
&airflow-common-env
AIRFLOW__API__AUTH_BACKENDS: 'airflow.api.auth.backend.basic_auth,airflow.api.auth.backend.session'
Expand Down

0 comments on commit c16e034

Please sign in to comment.