Files
dockerStuff/jitsi/prometheus.yml
2026-03-01 17:38:47 +00:00

13 lines
307 B
YAML

services:
prometheus:
image: prom/prometheus
container_name: prometheus
command:
- "--config.file=/etc/prometheus/prometheus.yml"
ports:
- 9090:9090
restart: ${RESTART_POLICY:-unless-stopped}
volumes:
- ./prometheus:/etc/prometheus
networks:
meet.jitsi: