All checks were successful
Podman DDNS Image / build-and-push-ddns (push) Successful in 1m22s
14 lines
386 B
Plaintext
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
|