Files
homelab/active/container_litellm/quadlets/litellm-web.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

20 lines
610 B
Plaintext

[Unit]
Requires=litellm-db.service
[Container]
Pod=litellm.pod
ContainerName=litellm-web
Environment=DATABASE_URL=postgresql://llmproxy:dbpassword9090@localhost:5432/litellm STORE_MODEL_IN_DB=True
EnvironmentFile=/home/ai/litellm.env
HealthCmd="python3 -c \"import urllib.request; urllib.request.urlopen('http://localhost:4000/health/liveliness')\""
HealthInterval=30s
HealthRetries=3
HealthStartPeriod=40s
HealthTimeout=10s
Image=ghcr.io/berriai/litellm-database:v1.83.14-stable.patch.3
Volume=/home/ai/litellm-config.yaml:/app/config.yaml:z
Exec=--config=/app/config.yaml
[Install]
WantedBy=default.target