From dbb5a71a0b9b1d28d8f0f52fcb5c58d5e5316348 Mon Sep 17 00:00:00 2001 From: Elias Fink Date: Thu, 13 Nov 2025 10:33:59 +0100 Subject: [PATCH] Exclude overleaf from watchtower --- overleaf/compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/overleaf/compose.yml b/overleaf/compose.yml index 974b847..16c79d6 100644 --- a/overleaf/compose.yml +++ b/overleaf/compose.yml @@ -25,6 +25,8 @@ services: OVERLEAF_SITE_LANGUAGE: de OVERLEAF_SITE_URL: https://tex.eliasfink.de REDIS_HOST: overleaf_redis + labels: + - com.centurylinklabs.watchtower.enable=false networks: - default - traefik