This commit is contained in:
2024-01-23 15:41:59 +01:00
Unverified
parent 5d5a69ccf7
commit 3b2b4c9b7e
76 changed files with 4100 additions and 888 deletions

6
Nginx.Dockerfile Normal file
View File

@@ -0,0 +1,6 @@
FROM nginx:alpine
ARG KEY_PASSWORD=default
COPY ./Nginx/nginx.conf /etc/nginx/nginx.conf
COPY ./Nginx/localhost.crt /etc/ssl/certs/localhost.crt
COPY ./Nginx/localhost.key /etc/ssl/private/localhost.key