From 9983ab5ff603386e2f24fe223c9005c3b366a91d Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 5 Feb 2026 02:01:17 +0000 Subject: [PATCH] feat: remove watchtower --- hosts/ps10rp/komodo-periphery/compose.yaml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/hosts/ps10rp/komodo-periphery/compose.yaml b/hosts/ps10rp/komodo-periphery/compose.yaml index b51357a1c..c943322aa 100644 --- a/hosts/ps10rp/komodo-periphery/compose.yaml +++ b/hosts/ps10rp/komodo-periphery/compose.yaml @@ -12,8 +12,6 @@ services: - TS_HOSTNAME=komodo-periphery-ps10rp env_file: - .ts-env - labels: - - "com.centurylinklabs.watchtower.scope=komodo" network_mode: service:komodo-periphery restart: always volumes: @@ -21,23 +19,6 @@ services: devices: - /dev/net/tun:/dev/net/tun - watchtower: - image: ghcr.io/containrrr/watchtower:latest - container_name: komodo-periphery-watchtower - command: --scope komodo - environment: - - TZ=America/Chicago - - WATCHTOWER_HTTP_API_METRICS=true - - WATCHTOWER_HTTP_API_TOKEN=token - - WATCHTOWER_CLEANUP=true - - WATCHTOWER_POLL_INTERVAL=3600 - labels: - - "com.centurylinklabs.watchtower.scope=komodo" - network_mode: service:komodo-periphery - restart: always - volumes: - - /var/run/docker.sock:/var/run/docker.sock - komodo-periphery: image: ghcr.io/moghtech/komodo-periphery:latest container_name: komodo-periphery @@ -45,8 +26,6 @@ services: - .env environment: - TZ=America/Chicago - labels: - - "com.centurylinklabs.watchtower.scope=komodo" restart: always volumes: - /var/run/docker.sock:/var/run/docker.sock