Aktueller Stand!

This commit is contained in:
2026-05-15 07:04:12 +00:00
parent 315eb5375f
commit ccebb8ef41
5 changed files with 124 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
services:
watchtower:
image: containrrr/watchtower
container_name: watchtower
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
- WATCHTOWER_MONITOR_ONLY=true
- WATCHTOWER_POLL_INTERVAL=86400
- WATCHTOWER_CLEANUP=true
- TZ=Europe/Berlin
- DOCKER_API_VERSION=1.45
deploy:
resources:
limits:
cpus: '0.5'
memory: 128M
logging:
driver: "json-file"
options:
max-size: "10m"
max-file: "3"