feat: enable automatic container updates with dockcheck labels

- Configure dockcheck for automatic updates instead of check-only mode
- Add dockcheck update labels to Calibre and Changedetection services
- Enable OnlyLabel and AutoMode for targeted container management

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-06-22 14:51:37 -06:00
parent eac67e269c
commit a8350459ae
3 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# Dockcheck Configuration - Check only, no updates # Dockcheck Configuration - Check only, no updates
# Don't update, just check for updates # Don't update, just check for updates
DontUpdate=true # DontUpdate=true
OnlyLabel=true
AutoMode=true
# Enable notifications # Enable notifications
Notify=true Notify=true

View File

@ -18,6 +18,7 @@ services:
glance.icon: si:calibreweb glance.icon: si:calibreweb
glance.url: https://{{ subdomains.books }}/ glance.url: https://{{ subdomains.books }}/
glance.description: Book server glance.description: Book server
mag37.dockcheck.update: true
volumes: volumes:
config: config:
driver: local driver: local

View File

@ -10,6 +10,7 @@ services:
glance.url: https://{{ subdomains.watcher }}/ glance.url: https://{{ subdomains.watcher }}/
glance.description: Changedetection glance.description: Changedetection
glance.id: changedetection glance.id: changedetection
mag37.dockcheck.update: true
volumes: volumes:
- changedetection-data:/datastore - changedetection-data:/datastore
# Configurable proxy list support, see https://github.com/dgtlmoon/changedetection.io/wiki/Proxy-configuration#proxy-list-support # Configurable proxy list support, see https://github.com/dgtlmoon/changedetection.io/wiki/Proxy-configuration#proxy-list-support
@ -96,6 +97,7 @@ services:
labels: labels:
glance.parent: changedetection glance.parent: changedetection
glance.name: Browser glance.name: Browser
mag37.dockcheck.update: true
image: dgtlmoon/sockpuppetbrowser:latest image: dgtlmoon/sockpuppetbrowser:latest
cap_add: cap_add:
- SYS_ADMIN - SYS_ADMIN