remove watchtower

This commit is contained in:
2025-01-15 13:46:31 -06:00
parent 511afc87ae
commit 638524187b
2 changed files with 0 additions and 18 deletions

View File

@@ -1,5 +0,0 @@
TZ=US/Central
WATCHTOWER_HTTP_API_METRICS=true
WATCHTOWER_HTTP_API_TOKEN=token
WATCHTOWER_CLEANUP=true
WATCHTOWER_POLL_INTERVAL=3600

View File

@@ -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