mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-06-10 00:19:38 +08:00
feat: update litellm 1.86.0
This commit is contained in:
+3
-13
@@ -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
|
||||
Reference in New Issue
Block a user