init commit

This commit is contained in:
Jens Kadenbach 2019-09-05 10:37:43 +02:00
commit 6da103b148
128 changed files with 3959 additions and 0 deletions

View file

@ -0,0 +1,6 @@
FROM postgres:11.3
COPY ./compose/production/postgres/maintenance /usr/local/bin/maintenance
RUN chmod +x /usr/local/bin/maintenance/*
RUN mv /usr/local/bin/maintenance/* /usr/local/bin \
&& rmdir /usr/local/bin/maintenance