add: prometheus
This commit is contained in:
parent
af74aebf83
commit
e3af481656
4 changed files with 17 additions and 1 deletions
|
@ -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:
|
Reference in a new issue