fix: disable Watchtower for Facefusion custom local image
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 <noreply@anthropic.com>
This commit is contained in:
@@ -192,8 +192,8 @@ services:
|
|||||||
# Service
|
# Service
|
||||||
- 'traefik.http.services.${AI_COMPOSE_PROJECT_NAME}-facefusion-web-secure.loadbalancer.server.port=7860'
|
- 'traefik.http.services.${AI_COMPOSE_PROJECT_NAME}-facefusion-web-secure.loadbalancer.server.port=7860'
|
||||||
- 'traefik.docker.network=${NETWORK_NAME}'
|
- 'traefik.docker.network=${NETWORK_NAME}'
|
||||||
# Watchtower
|
# Watchtower - disabled for custom local image
|
||||||
- 'com.centurylinklabs.watchtower.enable=${WATCHTOWER_LABEL_ENABLE}'
|
- 'com.centurylinklabs.watchtower.enable=false'
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
ai_postgres_data:
|
ai_postgres_data:
|
||||||
|
|||||||
Reference in New Issue
Block a user