use incron
This commit is contained in:
parent
4b75db48a8
commit
4125a0c38a
4 changed files with 10 additions and 13 deletions
|
@ -1,8 +1,6 @@
|
|||
FROM registry.gitlab.com/thallian/docker-confd-env:lego
|
||||
FROM registry.gitlab.com/thallian/docker-confd-env:master
|
||||
|
||||
ENV PGDATA /var/lib/postgresql/data
|
||||
ENV CERT_HOME /var/lib/postgresql
|
||||
ENV CERT_USER postgres
|
||||
|
||||
RUN apk add --no-cache postgresql postgresql-contrib ca-certificates
|
||||
|
||||
|
@ -12,6 +10,6 @@ RUN chmod 775 /run/postgresql
|
|||
|
||||
ADD /rootfs /
|
||||
|
||||
VOLUME /var/lib/postgresql/data /var/lib/postgresql/.lego
|
||||
VOLUME /var/lib/postgresql/data /etc/ssl/postgresql/
|
||||
|
||||
EXPOSE 5432
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue