File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -87,26 +87,26 @@ services:
8787 - redis
8888 - db
8989
90- prometheus :
91- image : prom/prometheus
92- ports :
93- - 9090:9090
94- command :
95- - --config.file=/etc/prometheus/prometheus.yml
96- volumes :
97- - ./prometheus.yml:/etc/prometheus/prometheus.yml:ro
98- depends_on :
99- - cadvisor
100-
101- cadvisor :
102- image : gcr.io/cadvisor/cadvisor
103- container_name : cadvisor
104- volumes :
105- - /:/rootfs:ro
106- - /var/run:/var/run:rw
107- - /sys:/sys:ro
108- - /var/lib/docker/:/var/lib/docker:ro
109- - /var/run/docker.sock:/var/run/docker.sock:ro
90+ # prometheus:
91+ # image: prom/prometheus
92+ # ports:
93+ # - 9090:9090
94+ # command:
95+ # - --config.file=/etc/prometheus/prometheus.yml
96+ # volumes:
97+ # - ./prometheus.yml:/etc/prometheus/prometheus.yml:ro
98+ # depends_on:
99+ # - cadvisor
100+ #
101+ # cadvisor:
102+ # image: gcr.io/cadvisor/cadvisor
103+ # container_name: cadvisor
104+ # volumes:
105+ # - /:/rootfs:ro
106+ # - /var/run:/var/run:rw
107+ # - /sys:/sys:ro
108+ # - /var/lib/docker/:/var/lib/docker:ro
109+ # - /var/run/docker.sock:/var/run/docker.sock:ro
110110
111111volumes :
112112 postgres_data :
You can’t perform that action at this time.
0 commit comments