1 - added Import Dashboard screenshot
2 - commited last changes for docker-compose 3 - this should be it for nowmaster
parent
327a47e910
commit
1a1fd33b9c
|
@ -13,6 +13,7 @@ networks:
|
|||
services:
|
||||
prometheus:
|
||||
image: prom/prometheus
|
||||
container_name: prometheus
|
||||
volumes:
|
||||
- ./prometheus/:/etc/prometheus/
|
||||
- prometheus_data:/prometheus
|
||||
|
@ -21,7 +22,6 @@ services:
|
|||
- '-storage.local.path=/prometheus'
|
||||
expose:
|
||||
- 9090
|
||||
container_name: prometheus
|
||||
links:
|
||||
- cadvisor:cadvisor
|
||||
depends_on:
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 77 KiB |
Loading…
Reference in New Issue