feat(Prometheus): Add new service

This commit is contained in:
2021-12-29 15:13:42 +01:00
parent 3d61fa584d
commit e376de5443
5 changed files with 73 additions and 0 deletions

3
prometheus/Dockerfile Normal file
View File

@ -0,0 +1,3 @@
ARG PROMETHEUS_IMAGE
FROM $PROMETHEUS_IMAGE
ADD prometheus.yml /etc/prometheus/