feat: added prometheus metrics support

This commit is contained in:
Rainer Killinger
2022-06-08 17:44:57 +02:00
parent 39e710e685
commit 5522ac55ac
8 changed files with 46 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ RUN apk update && \
apk upgrade && \
apk add openssl && \
apk add nginx && \
apk add nginx-mod-http-vts && \
rm -rf /var/cache/apk/*
ADD . /app