feat: http->https upgrade server

This commit is contained in:
2026-04-14 22:44:43 +02:00
parent 814ff9aba1
commit 99d49e22bd
8 changed files with 271 additions and 168 deletions
+3 -2
View File
@@ -4,8 +4,9 @@ WORKDIR /app
VOLUME [ "/data", "/etc/letsencrypt" ]
ENV PORT=8080
ENV HOST=localhost:8080
ENV HTTP_PORT=80
ENV HTTPS_PORT=443
ENV HOST=localhost
ENV DATA_DIR=/data
ENV MAX_SIZE=2000000
ENV BIND=0.0.0.0