Browse Source

update

master^2
F2256342 Daniel de Oliveira Carvalho 4 years ago
parent
commit
0371c4cf23
  1. 4
      docker-compose.yml

4
docker-compose.yml

@ -16,14 +16,14 @@ 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 - ../prometheus-data-generator/config.yml:/config.yml
prometheus: prometheus:
container_name: prometheus container_name: prometheus
image: 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 - ../forge/monitor/prometheus.yml:/etc/prometheus/prometheus.yml
- ./alert.rules.yml:/etc/prometheus/alert.rules.yml - ./alert.rules.yml:/etc/prometheus/alert.rules.yml
alertmanager: alertmanager:

Loading…
Cancel
Save