rootfs | ||
.editorconfig | ||
.gitignore | ||
.gitlab-ci.yml | ||
Dockerfile | ||
README.md |
PostgreSQL server which provisions tls certificates through Let's Encrypt with lego.
Volumes
/var/lib/postgresql/data
/var/lib/postgresql/.lego
: certificates directory
Environment Variables
POSTGRES_PASSWORD
Password for the postgre admin user.
POSTGRES_CA
Which Acme Endpoint to use.
POSTGRES_ACME_EMAIL
Email to use in the acme account.
POSTGRES_DOMAIN
The domain the certificate uses.
POSTGRES_DNS_PROVIDER
One of the list here: https://github.com/xenolf/lego/tree/master/providers/dns
Ports
- 5432