Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- services:
- watchtower:
- image: containrrr/watchtower:latest
- container_name: watchtower
- environment:
- - WATCHTOWER_INCLUDE_RESTARTING=true
- - TZ=Europe/Budapest
- - WATCHTOWER_NOTIFICATIONS=email
- - WATCHTOWER_NOTIFICATION_EMAIL_FROM=xxxxxxxxxx@gmail.com
- - WATCHTOWER_NOTIFICATION_EMAIL_TO=xxxxxxxxxx@gmail.com
- - WATCHTOWER_NOTIFICATION_EMAIL_SERVER=smtp.gmail.com
- - WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PORT=587
- - WATCHTOWER_NOTIFICATION_EMAIL_SERVER_USER=xxxxxxxxxx@gmail.com
- - WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PASSWORD=aaaa bbbb cccc dddd
- - WATCHTOWER_NOTIFICATION_EMAIL_DELAY=2
- - WATCHTOWER_CLEANUP=true # törli a régi képeket, helyet szabadítva fel
- - WATCHTOWER_INCLUDE_STOPPED=true # a leállított konténereket is figyeli
- - WATCHTOWER_REVIVE_STOPPED=false
- - WATCHTOWER_SCHEDULE=0 0 2 * * * # Naponta, 02:00-kor
- # command: # Add hozzá vagy távolítsd el az alábbiakat igény szerint (ezeket fogja csak figyelni)
- # - tautulli
- # - watchtower
- # - jellyfin
- # - doublecommander
- # - qbittorrent
- # - ebusd
- # - zabbix
- volumes:
- - /var/run/docker.sock:/var/run/docker.sock
- restart: unless-stopped
Add Comment
Please, Sign In to add comment