From 2934caa9ed3cc48095241e0cef5d59e2c43565f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Thu, 13 Nov 2025 08:30:51 +0100 Subject: [PATCH] fix: disable Watchtower for Facefusion custom local image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Watchtower was trying to pull updates from Docker Hub for facefusion-patched:3.5.0-cpu which only exists locally, causing spam errors. Disabled Watchtower monitoring for this container since it's a custom-built image with NSFW filter patches. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- ai/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ai/compose.yaml b/ai/compose.yaml index fa3c8b7..47de138 100644 --- a/ai/compose.yaml +++ b/ai/compose.yaml @@ -192,8 +192,8 @@ services: # Service - 'traefik.http.services.${AI_COMPOSE_PROJECT_NAME}-facefusion-web-secure.loadbalancer.server.port=7860' - 'traefik.docker.network=${NETWORK_NAME}' - # Watchtower - - 'com.centurylinklabs.watchtower.enable=${WATCHTOWER_LABEL_ENABLE}' + # Watchtower - disabled for custom local image + - 'com.centurylinklabs.watchtower.enable=false' volumes: ai_postgres_data: