Merge branch 'master' of nextgit.gnuviech-server.de:gnuviech/gvadocker

Esse commit está contido em:
Jan Dittberner 2020-02-15 11:26:08 +01:00
commit 4f10e21a45
3 arquivos alterados com 4 adições e 0 exclusões

2
.dockerignore Normal file
Ver arquivo

@ -0,0 +1,2 @@
.git
.idea

1
.gitignore externo Normal file
Ver arquivo

@ -0,0 +1 @@
.idea/

Ver arquivo

@ -13,6 +13,7 @@ EXPOSE 5432
VOLUME /var/lib/postgresql/
COPY pg_hba.conf /etc/postgresql/11/main/pg_hba.conf
COPY startup.sh /srv/
HEALTHCHECK CMD pg_isready -d postgres
ENTRYPOINT ["dumb-init"]
CMD "/srv/startup.sh"