services: watchtower: image: containrrr/watchtower container_name: watchtower restart: always environment: WATCHTOWER_CLEANUP: "true" WATCHTOWER_POLL_INTERVAL: "3600" WATCHTOWER_LABEL_ENABLE: "true" WATCHTOWER_DEBUG: "true" WATCHTOWER_NOTIFICATIONS: "email" WATCHTOWER_NOTIFICATION_EMAIL_FROM: "docker@bgmcd.org" WATCHTOWER_NOTIFICATION_EMAIL_TO: "bea@bgmcd.org" WATCHTOWER_NOTIFICATION_EMAIL_SERVER: "smtp.bgmcd.org" WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PORT: "587" WATCHTOWER_NOTIFICATION_EMAIL_USERNAME: "bea@bgmcd.org" WATCHTOWER_NOTIFICATION_EMAIL_PASSWORD: "60wcFlr7$" volumes: - /var/run/docker.sock:/var/run/docker.sock