diff --git a/apps/litellm/v1.83.3-stable/data.yml b/apps/litellm/1.86.0/data.yml similarity index 100% rename from apps/litellm/v1.83.3-stable/data.yml rename to apps/litellm/1.86.0/data.yml diff --git a/apps/litellm/v1.83.3-stable/data/.gitkeep b/apps/litellm/1.86.0/data/.gitkeep similarity index 100% rename from apps/litellm/v1.83.3-stable/data/.gitkeep rename to apps/litellm/1.86.0/data/.gitkeep diff --git a/apps/litellm/v1.83.3-stable/docker-compose.yml b/apps/litellm/1.86.0/docker-compose.yml similarity index 78% rename from apps/litellm/v1.83.3-stable/docker-compose.yml rename to apps/litellm/1.86.0/docker-compose.yml index 21f121b..67393ed 100644 --- a/apps/litellm/v1.83.3-stable/docker-compose.yml +++ b/apps/litellm/1.86.0/docker-compose.yml @@ -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 diff --git a/apps/litellm/v1.83.3-stable/prometheus.yml b/apps/litellm/1.86.0/prometheus.yml similarity index 100% rename from apps/litellm/v1.83.3-stable/prometheus.yml rename to apps/litellm/1.86.0/prometheus.yml