docker-apps/onlyoffice/stacks/.postgresql.env
2025-04-03 22:57:52 +02:00

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