Files
homelab/active/container_litellm/quadlets/litellm-prometheus.container
ducoterra a56402c2cc
All checks were successful
Podman DDNS Image / build-and-push-ddns (push) Successful in 1m22s
update litellm docs
2026-05-11 18:22:14 -04:00

14 lines
386 B
Plaintext

[Container]
Pod=litellm.pod
ContainerName=litellm-prom
Exec='--config.file=/etc/prometheus/prometheus.yml' '--storage.tsdb.path=/prometheus' '--storage.tsdb.retention.time=15d'
Image=docker.io/prom/prometheus
Volume=litellm_prometheus_data:/prometheus
Volume=/home/ai/litellm-prometheus.yaml:/etc/prometheus/prometheus.yml:z
[Service]
Restart=always
[Install]
WantedBy=default.target