From 479d6bd2837ef983aac390cf39f8ba51ec0c0576 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= Date: Sun, 16 Oct 2022 12:29:09 +0200 Subject: [PATCH] feat(watchtower): increase timeout --- services/watchtower.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/watchtower.nix b/services/watchtower.nix index dd83675..61f6797 100644 --- a/services/watchtower.nix +++ b/services/watchtower.nix @@ -10,6 +10,8 @@ "/etc/localtime:/etc/localtime:ro" ]; environment = { + # some containers take really long to shut down + WATCHTOWER_TIMEOUT = "120s"; WATCHTOWER_CLEANUP = "true"; WATCHTOWER_INCLUDE_STOPPED = "true"; };