Go to file
2017-09-05 12:23:07 +02:00
rootfs make scripts executable 2017-09-05 12:23:07 +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 use lego from baseimage 2017-09-05 11:52:24 +02:00
README.md use lego from baseimage 2017-09-05 11:52:24 +02:00

PostgreSQL server which provisions tls certificates through Let's Encrypt with lego.

Take a look at the base image for the certificate configuration.

Volumes

  • /var/lib/postgresql/data
  • /var/lib/postgresql/.lego: certificates directory

Environment Variables

POSTGRES_PASSWORD

Password for the postgre admin user.

Ports

  • 5432