initial commit

This commit is contained in:
Gianluca Arbezzano
2020-08-20 13:53:27 +02:00
commit 6ede8cb2e3
25 changed files with 1317 additions and 0 deletions

7
deploy/tls/Dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM alpine:3.11
ENTRYPOINT [ "/entrypoint.sh" ]
RUN apk add --no-cache --update --upgrade ca-certificates postgresql-client
RUN apk add --no-cache --update --upgrade --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing cfssl
COPY . .