prometheus.yml 307 B

12345678910111213
  1. services:
  2. prometheus:
  3. image: prom/prometheus
  4. container_name: prometheus
  5. command:
  6. - "--config.file=/etc/prometheus/prometheus.yml"
  7. ports:
  8. - 9090:9090
  9. restart: ${RESTART_POLICY:-unless-stopped}
  10. volumes:
  11. - ./prometheus:/etc/prometheus
  12. networks:
  13. meet.jitsi: