Skip to content

Commit

Permalink
Adjust auth type
Browse files Browse the repository at this point in the history
Otherwise airflow fails with "server login failed: wrong password typeserver login failed: wrong password type"
  • Loading branch information
ranlu committed Feb 12, 2024
1 parent 7571d98 commit da02c5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/docker-compose-CeleryExecutor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ services:
- DB_PASSWORD=${POSTGRES_PASSWORD}
- DB_NAME=${POSTGRES_DB}
- DB_HOST=postgres
- AUTH_TYPE=scram-sha-256
- MAX_CLIENT_CONN=10000
- DEFAULT_POOL_SIZE=${POSTGRES_MAX_CONN}
- POOL_MODE=transaction
Expand Down

0 comments on commit da02c5a

Please sign in to comment.