add: prometheus

This commit is contained in:
Didier Slof 2023-01-09 10:58:53 +01:00
parent af74aebf83
commit e3af481656
Signed by: didier
GPG key ID: 01E71F18AA4398E5
4 changed files with 17 additions and 1 deletions

View file

@ -93,4 +93,15 @@ services:
volumes:
- /srv/grafana:/var/lib/grafana
networks:
- proxy
- proxy
- metrics
prometheus:
build:
context: ./custom/prometheus
dockerfile: .
networks:
- metrics
networks:
metrics: