mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
15 lines
401 B
YAML
15 lines
401 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/jsclayton/prometheus-plex-exporter
|
|
container_name: prom-plex-exporter
|
|
restart: unless-stopped
|
|
ports:
|
|
- "9000:9000"
|
|
environment:
|
|
PLEX_SERVER: "http://192.168.1.253:32400"
|
|
PLEX_TOKEN: "${PLEX_TOKEN}"
|