11 lines
311 B
Bash
11 lines
311 B
Bash
|
|
PUID=70
|
|
PGID=70
|
|
TZ=${TZ}
|
|
|
|
DB_PORT=${POSTGRES_PORT}
|
|
POSTGRES_DB_FILE=${POSTGRES_DB_FILE}
|
|
POSTGRES_USER_FILE=${POSTGRES_USER_FILE}
|
|
POSTGRES_PASSWORD_FILE=${POSTGRES_PASSWORD_FILE}
|
|
POSTGRES_HOST_AUTH_METHOD=scram-sha-256 # WARNING: setting this to "trust" will allow logins without password for all connections
|