chore: update siklos/litellm compose (Portainer migration)

This commit is contained in:
2026-05-07 04:27:03 +00:00
parent 257de56bdc
commit 177092b061
+15
View File
@@ -0,0 +1,15 @@
services:
litellm:
image: ghcr.io/berriai/litellm:main
container_name: litellm
restart: on-failure:5
ports:
- "4000:4000"
environment:
- LITELLM_MASTER_KEY=litellm-local-key-change-in-production
- LOG_LEVEL=INFO
entrypoint: ["/bin/sh", "-c"]
command: ["litellm --config /app/config/litellm_config.yaml --port 4000"]
volumes:
- /srv/docker/litellm/config:/app/config:ro
- /srv/docker/litellm/logs:/app/logs