pez-infra/ansible/services/plex-exporter/docker-compose.yml
Rasmus Wejlgaard dc198eea81 fix more yaml document-start and comment indentation
- add missing --- to 13 more yml files
- fix comment indentation in prometheus.yml
2026-03-28 13:15:46 +00:00

15 lines
398 B
YAML

---
# Plex exporter - Plex metrics for Prometheus
# Host: london-b (100.84.65.101)
# Access: http://london-b:9000/metrics
services:
plex-exporter:
image: ghcr.io/axsuul/plex-media-server-exporter
container_name: prom-plex-exporter
restart: unless-stopped
ports:
- "9000:9594"
environment:
PLEX_ADDR: "http://192.168.1.253:32400"
PLEX_TOKEN: "${PLEX_TOKEN}"