Skip to content

Commit

Permalink
Change postgres auth method (#24640)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmsantos authored Jun 25, 2022
1 parent abb304c commit 20ca9c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ci/docker-compose/backend-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ services:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=airflow
- POSTGRES_DB=airflow
- POSTGRES_HOST_AUTH_METHOD=password
volumes:
- /dev/urandom:/dev/random # Required to get non-blocking entropy source
- postgres-db-volume:/var/lib/postgresql/data
Expand Down

0 comments on commit 20ca9c2

Please sign in to comment.