From f971847235ad86d05aaf587a7d43abdb28379644 Mon Sep 17 00:00:00 2001 From: Richard Hillmann Date: Fri, 17 Mar 2017 00:07:25 +0100 Subject: [PATCH] comment out docker-compose --- docker-compose.yml | 84 +++++++++++++++++++++++----------------------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index defb683..da6b389 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,45 +10,45 @@ exporter: ports: - 8081:8081 # Just for full stack testing -app_2: - image: beorn7/syseng-challenge -exporter_2: - build: ./ - command: -endpoint=http://app:8080/stats -listen :8081 --timeout 200 --environment=production - links: - - app_2:app -app_3: - image: beorn7/syseng-challenge -exporter_3: - build: ./ - command: -endpoint=http://app:8080/stats -listen :8081 --timeout 200 --environment=production - links: - - app_3:app -app_4: - image: beorn7/syseng-challenge -exporter_4: - build: ./ - command: -endpoint=http://app:8080/stats -listen :8081 --timeout 200 --environment=development - links: - - app_4:app -prometheus: - # There is an issue with docker links and resolving entries in /etc/hosts, open PR: https://github.com/prometheus/prometheus/pull/2502 - # image: prom/prometheus:latest - # use own build docker image...: - image: prom - links: - - exporter - - exporter_2 - - exporter_3 - - exporter_4 - volumes: - - ./prometheus.yml:/etc/prometheus/prometheus.yml - ports: - - 8082:9090 -grafana: - image: grafana/grafana:latest - command: -config.file /etc/prometheus.yml - links: - - prometheus - ports: - - 8083:3000 \ No newline at end of file +#app_2: +# image: beorn7/syseng-challenge +#exporter_2: +# build: ./ +# command: -endpoint=http://app:8080/stats -listen :8081 --timeout 200 --environment=production +# links: +# - app_2:app +#app_3: +# image: beorn7/syseng-challenge +#exporter_3: +# build: ./ +# command: -endpoint=http://app:8080/stats -listen :8081 --timeout 200 --environment=production +# links: +# - app_3:app +#app_4: +# image: beorn7/syseng-challenge +#exporter_4: +# build: ./ +# command: -endpoint=http://app:8080/stats -listen :8081 --timeout 200 --environment=development +# links: +# - app_4:app +#prometheus: +# # There is an issue with docker links and resolving entries in /etc/hosts, open PR: https://github.com/prometheus/prometheus/pull/2502 +# # image: prom/prometheus:latest +# # use own build docker image...: +# image: prom +# links: +# - exporter +# - exporter_2 +# - exporter_3 +# - exporter_4 +# volumes: +# - ./prometheus.yml:/etc/prometheus/prometheus.yml +# ports: +# - 8082:9090 +#grafana: +# image: grafana/grafana:latest +# command: -config.file /etc/prometheus.yml +# links: +# - prometheus +# ports: +# - 8083:3000