add: prometheus
This commit is contained in:
parent
af74aebf83
commit
e3af481656
4 changed files with 17 additions and 1 deletions
4
custom/prometheus/Dockerfile
Normal file
4
custom/prometheus/Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM prom/prometheus
|
||||
|
||||
# Copy files
|
||||
COPY prometheus.yml /etc/prometheus/prometheus.yml
|
Reference in a new issue