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.
| Variable | Example | Purpose |
|---|---|---|
POSTGRES_USER | myuser | Database username |
POSTGRES_PASSWORD | mypassword | Database user password |
POSTGRES_DB | pepeunit | Database name |
POSTGRES_HOST_AUTH_METHOD | md5 | Host authentication method |