Small changes in auth for web prometheus.
This commit is contained in:
parent
8ad94180fe
commit
4dc267e11f
4 changed files with 11 additions and 2 deletions
|
@ -3,6 +3,7 @@ services:
|
|||
prometheus:
|
||||
image: 'nginx'
|
||||
volumes:
|
||||
- 'prometheus-config:/etc/prometheus'
|
||||
- 'prometheus-data:/prometheus'
|
||||
|
||||
grafana:
|
||||
|
@ -12,6 +13,7 @@ services:
|
|||
- 'grafana-provisioning:/etc/grafana/provisioning'
|
||||
|
||||
volumes:
|
||||
prometheus-config:
|
||||
grafana-provisioning:
|
||||
grafana-storage:
|
||||
prometheus-data:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue