# Dockcheck Configuration - Check only, no updates # Don't update, just check for updates DontUpdate=true # Enable notifications Notify=true # Exclude containers from checking Exclude="authentik-postgresql-1,dawarich_redis" # Notification channels NOTIFY_CHANNELS="gotify" # Gotify notification configuration GOTIFY_DOMAIN="https://{{ subdomains.gotify }}" GOTIFY_TOKEN="{{ vault_dockcheck.gotify_token }}"