refactor the compose files in modules and start to generate prometheus scrape targets. added haproxy.

This commit is contained in:
Your Name
2022-02-13 20:49:01 +01:00
parent 258608bb04
commit 68d4f07d67
7 changed files with 328 additions and 0 deletions

7
haproxy/Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM haproxy:alpine
USER root
RUN apk add --no-cache curl bash jq
USER haproxy
CMD ["haproxy", "-f", "/usr/local/etc/haproxy/haproxy.cfg"]