diff --git a/docker-compose.yml b/docker-compose.yml index 2b22689..83ab56b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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) ############################