From ca4c19df0ecc83496fa2020d5fb27f38deda8d3e Mon Sep 17 00:00:00 2001 From: Austin Parker Date: Sun, 15 Dec 2024 19:34:53 -0500 Subject: [PATCH] Scope watchtower to caddy and pds --- compose.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/compose.yaml b/compose.yaml index 8cdbfb5..6ee2cfd 100644 --- a/compose.yaml +++ b/compose.yaml @@ -2,6 +2,8 @@ version: '3.9' services: caddy: container_name: caddy + labels: + - "com.centurylinklabs.watchtower.enable=true" image: caddy:2 network_mode: host depends_on: @@ -16,6 +18,8 @@ services: target: /etc/caddy pds: container_name: pds + labels: + - "com.centurylinklabs.watchtower.enable=true" image: ghcr.io/bluesky-social/pds:0.4 network_mode: host restart: unless-stopped @@ -37,3 +41,4 @@ services: environment: WATCHTOWER_CLEANUP: true WATCHTOWER_SCHEDULE: "@midnight" + WATCHTOWER_LABEL_ENABLE: true