Add internal reverse proxy

This commit is contained in:
fhs52267
2026-03-22 15:47:55 +01:00
parent 74ba68a3a7
commit f6eab3c5cb
4 changed files with 38 additions and 8 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
FROM ghcr.io/yeraze/meshmonitor:latest
USER root
RUN apk add --no-cache jq curl bash
RUN apk add --no-cache jq curl bash nginx
COPY nginx.conf /etc/nginx/http.d/default.conf
COPY run.sh /run.sh
RUN chmod a+x /run.sh