chore: update siklos/litellm compose (Portainer migration)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user