Răsfoiți Sursa

feat: allow custom host authentication method

Christoph Schug 2 ani în urmă
părinte
comite
16a628e111
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      docker-compose/postgres/docker-compose.yaml

+ 1 - 0
docker-compose/postgres/docker-compose.yaml

@@ -6,6 +6,7 @@ services:
     image: docker.io/library/postgres:16.2
     image: docker.io/library/postgres:16.2
     environment:
     environment:
       - POSTGRES_INITDB_ARGS=${POSTGRES_INITDB_ARGS---data-checksums}
       - POSTGRES_INITDB_ARGS=${POSTGRES_INITDB_ARGS---data-checksums}
+      - POSTGRES_HOST_AUTH_METHOD=${POSTGRES_HOST_AUTH_METHOD-}
       - POSTGRES_USER=${POSTGRES_USER}
       - POSTGRES_USER=${POSTGRES_USER}
       - POSTGRES_PASSWORD_FILE=/run/secrets/postgres_password
       - POSTGRES_PASSWORD_FILE=/run/secrets/postgres_password
       # (Optional) when creating a new database
       # (Optional) when creating a new database