17 lines
287 B
Markdown
17 lines
287 B
Markdown
[PostgreSQL](https://www.postgresql.org/) server.
|
|
|
|
# Volumes
|
|
- `/var/lib/postgresql/data`
|
|
- `/etc/ssl/postgresql/`: certificates directory
|
|
|
|
# Environment Variables
|
|
## POSTGRES_PASSWORD
|
|
|
|
Password for the postgre admin user.
|
|
|
|
## CERT_DOMAIN
|
|
Name of the certificate domain.
|
|
|
|
# Ports
|
|
- 5432
|