From e11fd666d24efece21e3c62e3ae63e18073dc7b4 Mon Sep 17 00:00:00 2001 From: "Gan, Jimmy" Date: Sun, 7 Jun 2026 16:07:38 +0800 Subject: [PATCH] ci: trigger fresh run after Gitea restart --- dashboard/README.md | 1 + litellm/docker-compose.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dashboard/README.md b/dashboard/README.md index 45c76e4..631d142 100644 --- a/dashboard/README.md +++ b/dashboard/README.md @@ -4,3 +4,4 @@ NAS management dashboard with Torrent client integration, CI/CD deployed on Orac Trigger CI: 2026-06-07 + diff --git a/litellm/docker-compose.yml b/litellm/docker-compose.yml index 2aaec25..7d26256 100644 --- a/litellm/docker-compose.yml +++ b/litellm/docker-compose.yml @@ -1,10 +1,10 @@ services: litellm: - image: ghcr.io/berriai/litellm:main-latest + image: ghcr.io/berriai/litellm:main-v1.16.19 container_name: litellm restart: unless-stopped labels: - - "com.centurylinklabs.watchtower.enable=true" + - "com.centurylinklabs.watchtower.enable=false" env_file: - .env environment: