From 729ed41775d3eb3d66676291bcb112a3879df976 Mon Sep 17 00:00:00 2001
From: jabertwo <git@jabertwo.de>
Date: Fri, 28 Jun 2024 17:12:32 +0200
Subject: [PATCH] install watchtower on ogg

---
 site.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/site.yml b/site.yml
index e133f9c5..6d89934a 100644
--- a/site.yml
+++ b/site.yml
@@ -146,6 +146,11 @@
         basedir: /srv/dockerstats, 
         metrics_port: 9487 
       }
+    - { 
+        role: common/docker_watchtower, tags: [ watchtower, docker_services ],
+        servicename: watchtower,
+        basedir: /srv/watchtower,
+      }
     - { 
         role: common/docker_traefik, tags: [ traefik, docker_services ],
         servicename: traefik,
-- 
GitLab