mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-06-10 08:31:37 +08:00
feat: update litellm 1.86.0
This commit is contained in:
+3
-13
@@ -1,14 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
litellm:
|
litellm:
|
||||||
image: ghcr.io/berriai/litellm:v1.83.3-stable
|
image: ghcr.io/berriai/litellm:v1.86.0
|
||||||
container_name: ${CONTAINER_NAME}
|
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:
|
ports:
|
||||||
- "${PANEL_APP_PORT_HTTP}:4000"
|
- "${PANEL_APP_PORT_HTTP}:4000"
|
||||||
environment:
|
environment:
|
||||||
@@ -18,12 +11,12 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
healthcheck:
|
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
|
interval: 30s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 3
|
retries: 3
|
||||||
start_period: 40s
|
start_period: 40s
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
- 1panel-network
|
- 1panel-network
|
||||||
labels:
|
labels:
|
||||||
@@ -45,7 +38,6 @@ services:
|
|||||||
interval: 1s
|
interval: 1s
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 10
|
retries: 10
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
- 1panel-network
|
- 1panel-network
|
||||||
labels:
|
labels:
|
||||||
@@ -63,7 +55,6 @@ services:
|
|||||||
- "--storage.tsdb.path=/prometheus"
|
- "--storage.tsdb.path=/prometheus"
|
||||||
- "--storage.tsdb.retention.time=15d"
|
- "--storage.tsdb.retention.time=15d"
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
- 1panel-network
|
- 1panel-network
|
||||||
labels:
|
labels:
|
||||||
@@ -73,7 +64,6 @@ volumes:
|
|||||||
driver: local
|
driver: local
|
||||||
postgres_data:
|
postgres_data:
|
||||||
name: litellm_postgres_data
|
name: litellm_postgres_data
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
1panel-network:
|
1panel-network:
|
||||||
external: true
|
external: true
|
||||||
Reference in New Issue
Block a user