Initiale Version

This commit is contained in:
Marc Blatter 2025-12-08 11:51:28 +00:00
parent 7e02d63b84
commit 8bc2a4e2a0
1 changed files with 16 additions and 0 deletions

16
compose_watchtower.yaml Normal file
View File

@ -0,0 +1,16 @@
version: "3.9"
services:
watchtower:
image: containrrr/watchtower:latest
container_name: watchtower
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
# prüft einmal am Tag um 04:00 Uhr
- WATCHTOWER_SCHEDULE=0 0 4 * * *
# Container bei Update automatisch neu starten
- WATCHTOWER_INCLUDE_RESTARTING=true
# Benachrichtigungen deaktiviert
- WATCHTOWER_NOTIFICATIONS=none