Added the dashd to the makefile. Updated the compose file for dashd to
include the dependencies whice were forgotten on the initial submit.

Amendment: Fixed a cut and paste error in the makefile.

Change-Id: Ia0abfb4170c8fe23d9f921bc5b0f6eb82bbf8214
diff --git a/compose/docker-compose-dashd.yml b/compose/docker-compose-dashd.yml
index 6ce3b55..752ad45 100755
--- a/compose/docker-compose-dashd.yml
+++ b/compose/docker-compose-dashd.yml
@@ -18,3 +18,22 @@
     - kafka
     - grafana
     restart: unless-stopped
+
+  #
+  # Single-node kafka service
+  #
+  kafka:
+    image: wurstmeister/kafka
+
+  #
+  # Single-node consul agent
+  #
+  consul:
+    image: consul:latest
+
+  #
+  # Graphite-Grafana-statsd service instance
+  # (demo place-holder for external KPI system)
+  #
+  grafana:
+    image: kamon/grafana_graphite