Add datadog to docker-compose as well (#758)

* add datadog to docker-compsoe as well

* fix typo
This commit is contained in:
Manu Gupta
2018-10-11 07:10:34 -04:00
committed by Michal Pristas
parent 73a20132df
commit dbbfdf8442
+9
View File
@@ -17,6 +17,15 @@ services:
environment:
MINIO_ACCESS_KEY: minio
MINIO_SECRET_KEY: minio123
datadog:
environment:
- DD_API_KEY=
- DD_LOG_LEVEL=trace
- DD_APM_ENABLED=true
image:
datadog/agent:latest
ports:
- 8126:8126
jaeger:
environment:
- COLLECTOR_ZIPKIN_HTTP_PORT=9441