From 638524187b915c344b959dcc322d351c780730dd Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 15 Jan 2025 13:46:31 -0600 Subject: [PATCH] remove watchtower --- hosts/ps10rp/watchtower/.env | 5 ----- hosts/ps10rp/watchtower/docker-compose.yml | 13 ------------- 2 files changed, 18 deletions(-) delete mode 100644 hosts/ps10rp/watchtower/.env delete mode 100644 hosts/ps10rp/watchtower/docker-compose.yml diff --git a/hosts/ps10rp/watchtower/.env b/hosts/ps10rp/watchtower/.env deleted file mode 100644 index 1fd9c1352..000000000 --- a/hosts/ps10rp/watchtower/.env +++ /dev/null @@ -1,5 +0,0 @@ -TZ=US/Central -WATCHTOWER_HTTP_API_METRICS=true -WATCHTOWER_HTTP_API_TOKEN=token -WATCHTOWER_CLEANUP=true -WATCHTOWER_POLL_INTERVAL=3600 diff --git a/hosts/ps10rp/watchtower/docker-compose.yml b/hosts/ps10rp/watchtower/docker-compose.yml deleted file mode 100644 index 82e753d92..000000000 --- a/hosts/ps10rp/watchtower/docker-compose.yml +++ /dev/null @@ -1,13 +0,0 @@ -services: - watchtower: - container_name: watchtower - dns: - - 172.19.0.3 - - 1.1.1.1 - env_file: - - .env - image: docker.io/containrrr/watchtower:latest - privileged: true - restart: always - volumes: - - /var/run/docker.sock:/var/run/docker.sock