Watchtower
Source: Portainer stack 93 (watchtower) on endpoint 2.
version: "3"
services:
watchtower:
image: ghcr.io/nicholas-fedor/watchtower:latest
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
WATCHTOWER_MONITOR_ONLY: "true"
WATCHTOWER_SCHEDULE: "0 0 * * *"
WATCHTOWER_NOTIFICATIONS: gotify
WATCHTOWER_NOTIFICATION_GOTIFY_URL: http://10.10.10.237:10143
WATCHTOWER_NOTIFICATION_GOTIFY_TOKEN: ${REDACTED}
WATCHTOWER_NOTIFICATIONS_HOSTNAME: "MRDTECH"
TZ: "America/New_York"
WATCHTOWER_NO_STARTUP_MESSAGE: "true"
WATCHTOWER_TIMEOUT: 30s