Go to file
2017-09-04 16:00:44 +02:00
rootfs initial commit 2017-09-04 16:00:44 +02:00
.editorconfig initial commit 2017-09-04 16:00:44 +02:00
.gitignore initial commit 2017-09-04 16:00:44 +02:00
.gitlab-ci.yml initial commit 2017-09-04 16:00:44 +02:00
Dockerfile initial commit 2017-09-04 16:00:44 +02:00
README.md initial commit 2017-09-04 16:00:44 +02:00

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