mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2025-02-16 10:30:47 +01:00
feat: allow custom host authentication method
This commit is contained in:
parent
89dd1f5a08
commit
16a628e111
@ -6,6 +6,7 @@ services:
|
||||
image: docker.io/library/postgres:16.2
|
||||
environment:
|
||||
- POSTGRES_INITDB_ARGS=${POSTGRES_INITDB_ARGS---data-checksums}
|
||||
- POSTGRES_HOST_AUTH_METHOD=${POSTGRES_HOST_AUTH_METHOD-}
|
||||
- POSTGRES_USER=${POSTGRES_USER}
|
||||
- POSTGRES_PASSWORD_FILE=/run/secrets/postgres_password
|
||||
# (Optional) when creating a new database
|
||||
|
Loading…
Reference in New Issue
Block a user