mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
- add missing --- to 13 more yml files - fix comment indentation in prometheus.yml
15 lines
398 B
YAML
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}"
|