services: node-exporter: container_name: node-exporter image: prom/node-exporter:latest network_mode: host prometheus: container_name: prometheus image: prom/prometheus:latest network_mode: host volumes: - /home/f2256342/forge/monitor/prometheus.yml:/etc/prometheus/prometheus.yml - ./alert.rules.yml:/etc/prometheus/alert.rules.yml grafana: container_name: grafana image: 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 alertmanager: container_name: alertmanager image: prom/alertmanager network_mode: host