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:
Brian Christner 2015-11-09 14:03:57 +01:00
parent 923dceea23
commit 0d96bcb81a
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ prometheus:
ports:
- "9090:9090"
container_name: prometheus
links:
- "exporter:export"
- "cadvisor:cad"
exporter:
image: "prom/container-exporter"