Browse Source

update

master
F2256342 Daniel de Oliveira Carvalho 4 years ago
parent
commit
85d6ce1b2a
  1. 14
      docker-compose.bb.yml

14
docker-compose.bb.yml

@ -1,19 +1,20 @@
services: services:
node-exporter: node-exporter:
container_name: node-exporter container_name: node-exporter
image: atf.intranet.bb.com.br:5001/prom/node-exporter:latest image: prom/node-exporter:latest
network_mode: host network_mode: host
prometheus: prometheus:
container_name: prometheus container_name: prometheus
image: atf.intranet.bb.com.br:5001/prom/prometheus:latest image: prom/prometheus:latest
network_mode: host network_mode: host
volumes: volumes:
- /home/f2256342/forge/monitor/prometheus.yml:/etc/prometheus/prometheus.yml - /home/f2256342/forge/monitor/prometheus.yml:/etc/prometheus/prometheus.yml
- ./alert.rules.yml:/etc/prometheus/alert.rules.yml
grafana: grafana:
container_name: grafana container_name: grafana
image: atf.intranet.bb.com.br:5001/grafana/grafana:latest image: grafana/grafana:latest
network_mode: host network_mode: host
data-generator: data-generator:
@ -22,4 +23,9 @@ services:
context: ../prometheus-data-generator/ context: ../prometheus-data-generator/
network_mode: host network_mode: host
volumes: volumes:
- /home/f2256342/forge/prometheus-data-generator/config.yml:/config.yml - /home/f2256342/forge/prometheus-data-generator/config.yml:/config.yml
alertmanager:
container_name: alertmanager
image: prom/alertmanager
network_mode: host

Loading…
Cancel
Save