Files
docker-compose-files/watchtower/docker-compose.yml
minster586 4e1154e6d1 Create docker-compose.yml
Made to update docker stuff
2024-03-22 17:05:24 -04:00

18 lines
806 B
YAML

version: "3"
services:
watchtower:
container_name: watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
- WATCHTOWER_NOTIFICATIONS=email
- WATCHTOWER_NOTIFICATION_EMAIL_FROM=loki@smartcraft.me
- WATCHTOWER_NOTIFICATION_EMAIL_TO=admin@smartcraft.me
- WATCHTOWER_NOTIFICATION_EMAIL_SERVER=smtp.gmail.com
- WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PORT=587
- WATCHTOWER_NOTIFICATION_EMAIL_SERVER_USER=loki@smartcraft.me
- WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PASSWORD=yytn hnql wcrg zwna
- WATCHTOWER_NOTIFICATION_EMAIL_DELAY=2
- WATCHTOWER_SCHEDULE=0 0 * * * *
- WATCHTOWER_LABEL_ENABLE=true
image: containrrr/watchtower