feat: update litellm 1.86.0

This commit is contained in:
arch3rPro
2026-05-25 17:49:31 +08:00
parent 1fc4afba12
commit ef7580224c
4 changed files with 3 additions and 13 deletions
@@ -1,14 +1,7 @@
services:
litellm:
image: ghcr.io/berriai/litellm:v1.83.3-stable
image: ghcr.io/berriai/litellm:v1.86.0
container_name: ${CONTAINER_NAME}
#########################################
## Uncomment these lines to start proxy with a config.yaml file ##
# volumes:
# - ./config.yaml:/app/config.yaml
# command:
# - "--config=/app/config.yaml"
##############################################
ports:
- "${PANEL_APP_PORT_HTTP}:4000"
environment:
@@ -18,12 +11,12 @@ services:
depends_on:
- db
healthcheck:
test: [ "CMD-SHELL", "wget --no-verbose --tries=1 http://localhost:4000/health/liveliness || exit 1" ]
test: ["CMD-SHELL", "wget --no-verbose --tries=1 http://localhost:4000/health/liveliness\
\ || exit 1"]
interval: 30s
timeout: 10s
retries: 3
start_period: 40s
networks:
- 1panel-network
labels:
@@ -45,7 +38,6 @@ services:
interval: 1s
timeout: 5s
retries: 10
networks:
- 1panel-network
labels:
@@ -63,7 +55,6 @@ services:
- "--storage.tsdb.path=/prometheus"
- "--storage.tsdb.retention.time=15d"
restart: always
networks:
- 1panel-network
labels:
@@ -73,7 +64,6 @@ volumes:
driver: local
postgres_data:
name: litellm_postgres_data
networks:
1panel-network:
external: true