postgres/README.md

19 lines
497 B
Markdown
Raw Normal View History

2017-09-04 14:00:44 +00:00
[PostgreSQL](https://www.postgresql.org/) server which provisions
tls certificates through [Let's Encrypt](https://letsencrypt.org/) with
[lego](https://github.com/xenolf/lego).
2017-09-05 09:52:24 +00:00
Take a look at the [base image](https://gitlab.com/thallian/docker-confd-env/tree/lego)
for the certificate configuration.
2017-09-04 14:00:44 +00:00
# Volumes
- `/var/lib/postgresql/data`
- `/var/lib/postgresql/.lego`: certificates directory
# Environment Variables
## POSTGRES_PASSWORD
Password for the postgre admin user.
# Ports
- 5432