pez-infra/ansible/services/plex-exporter/docker-compose.yml
Rasmus "Pez" Wejlgaard 9de6d8faf9
Some checks are pending
Deploy (on merge) / Discover hosts (push) Waiting to run
Deploy (on merge) / deploy (push) Blocked by required conditions
Terraform / Plan (push) Waiting to run
Terraform / Apply (push) Blocked by required conditions
update plex exporter to home grown one (#148)
2026-08-31 18:45:57 +01:00

15 lines
406 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: rwejlgaard/plex_exporter:2.0.0
container_name: prom-plex-exporter
restart: unless-stopped
ports:
- "9000:9000"
environment:
PLEX_SERVER: "http://192.168.1.253:32400"
PLEX_TOKEN: "{{ plex_exporter_plex_token }}"