Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 596 Bytes

watch-tower.md

File metadata and controls

26 lines (21 loc) · 596 Bytes

WatchTower

  • too many notifications
  • some false positive (thanks to crappy docker-hub api)

docker-compose.yml

---
services:
  watchtower:
    image: containrrr/watchtower
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
    command: --interval 30
    environment:
      - TZ=Europe/Dublin
      - WATCHTOWER_MONITOR_ONLY=true
      - WATCHTOWER_NOTIFICATIONS=slack
      - WATCHTOWER_NOTIFICATION_SLACK_HOOK_URL=https://hooks.slack.com/services/a/b/c