# Postgres role
PostgreSQL database server.

## Notes
- Database user passwords are updated on every service restart through a script.

## Options
### `postgres.databases`
A list of all databases to be created. Each database also gets a user by the
same name with a password in the secret `postgres/$DB_NAME`.

## Secrets
### `postgres/$DB_NAME`
The password for the user corresponding to the database $DB_NAME.