node-exporter, prometheus, grafana and friends.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
724 B

services:
node-exporter:
container_name: node-exporter
image: atf.intranet.bb.com.br:5001/prom/node-exporter:latest
network_mode: host
prometheus:
container_name: prometheus
image: atf.intranet.bb.com.br:5001/prom/prometheus:latest
network_mode: host
volumes:
- /home/f2256342/forge/monitor/prometheus.yml:/etc/prometheus/prometheus.yml
grafana:
container_name: grafana
image: atf.intranet.bb.com.br:5001/grafana/grafana:latest
network_mode: host
data-generator:
container_name: data-generator
build:
context: ../prometheus-data-generator/
network_mode: host
volumes:
- /home/f2256342/forge/prometheus-data-generator/config.yml:/config.yml