removing auto updates

This commit is contained in:
tijsg
2025-12-26 13:01:15 +01:00
parent 41df3458c1
commit 7282254329

View File

@@ -304,22 +304,6 @@ services:
- com.centurylinklabs.watchtower.enable=true
- autoheal=true
############################
# WATCHTOWER (automatic updates)
############################
watchtower:
image: containrrr/watchtower:latest
container_name: watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
- TZ=Europe/Brussels
- WATCHTOWER_SCHEDULE=0 0 3 * * *
- WATCHTOWER_CLEANUP=true
- WATCHTOWER_NO_STARTUP_MESSAGE=true
- WATCHTOWER_LABEL_ENABLE=true
restart: unless-stopped
############################
# AUTOHEAL (restart unhealthy containers)
############################