Update docker-compose.yml
Added links to the Prometheus container to exporter and cadvisor so comms is up right from the build
This commit is contained in:
parent
923dceea23
commit
0d96bcb81a
@ -3,6 +3,9 @@ prometheus:
|
|||||||
ports:
|
ports:
|
||||||
- "9090:9090"
|
- "9090:9090"
|
||||||
container_name: prometheus
|
container_name: prometheus
|
||||||
|
links:
|
||||||
|
- "exporter:export"
|
||||||
|
- "cadvisor:cad"
|
||||||
|
|
||||||
exporter:
|
exporter:
|
||||||
image: "prom/container-exporter"
|
image: "prom/container-exporter"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user