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