Watchtower und Ausnahmen für Cloud und Web hinzugefügt

This commit is contained in:
borgal
2021-12-22 21:31:04 +00:00
parent 2d0cffdfc4
commit 3a35ab75a7
6 changed files with 99 additions and 2 deletions

View File

@@ -0,0 +1,21 @@
version: "3"
services:
watchtower:
container_name: watchtower
image: containrrr/watchtower
environment:
- WATCHTOWER_NOTIFICATIONS=gotify
- WATCHTOWER_NOTIFICATION_GOTIFY_URL=https://gotify.borgal.de
- WATCHTOWER_NOTIFICATION_GOTIFY_TOKEN=AlsHK7YQ17in5Ns
- TZ=Europe/Berlin
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /etc/localtime:/etc/localtime:ro
#command: --monitor-only --schedule "0 09 22 * * *"
command: --rolling-restart --schedule "0 15 19 * * *" --cleanup --include-restarting --include-stopped
restart: unless-stopped