init commit

This commit is contained in:
Richard Toth
2026-02-28 12:58:47 +01:00
commit 6e3428c1f3
7 changed files with 96 additions and 0 deletions

5
nginx/Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM nginx:1.29-alpine
LABEL author="TR Web <info@trweb.hu>"
COPY peppermint.conf /etc/nginx/conf.d/default.conf