Skip to content

PostgreSQL

WARNING

Manual editing is usually not required; you typically only need to fill in the main variables because there is a file that generates .env files for services.

WARNING

The full list of environment variables is available in the PostgreSQL documentation.

VariableExamplePurpose
POSTGRES_USERmyuserDatabase username
POSTGRES_PASSWORDmypasswordDatabase user password
POSTGRES_DBpepeunitDatabase name
POSTGRES_HOST_AUTH_METHODmd5Host authentication method