This commit is contained in:
2026-03-29 17:59:57 +02:00
parent 892daf7ece
commit db2443b273
2 changed files with 3 additions and 3 deletions

View File

@@ -70,7 +70,7 @@ EXCLUDE_STACKS=(
# NTFY # NTFY
# ============================= # =============================
NTFY_ENABLED=true NTFY_ENABLED=true
NTFY_TITLE="Docker Update ($(hostname))" # ntfy Titel (frei definierbar) NTFY_TITLE="Docker Update ($(hostname))"
NTFY_TOKEN="DEIN_TOKEN" NTFY_TOKEN="DEIN_TOKEN"
NTFY_URL="https://ntfy.example.com/topic" NTFY_URL="https://ntfy.example.com/topic"
NTFY_TAGS="docker,update" NTFY_TAGS="docker,update"
@@ -88,7 +88,7 @@ CLEANUP_ONLY_ON_UPDATE=true
# Images: # Images:
# 🟢 dangling → docker image prune (nur <none> Images) # 🟢 dangling → docker image prune (nur <none> Images)
# 🟢 unused → docker image prune -a (alle ungenutzten Images) # 🟡 unused → docker image prune -a (alle ungenutzten Images)
CLEANUP_IMAGES=true CLEANUP_IMAGES=true
CLEANUP_IMAGES_MODE="unused" # dangling | unused CLEANUP_IMAGES_MODE="unused" # dangling | unused

View File

@@ -46,7 +46,7 @@ EXCLUDE_STACKS=(
# NTFY # NTFY
# ============================= # =============================
NTFY_ENABLED=true NTFY_ENABLED=true
NTFY_TITLE="Docker Update ($(hostname))" # ntfy Titel (frei definierbar) NTFY_TITLE="Docker Update ($(hostname))"
NTFY_TOKEN="DEIN_TOKEN" NTFY_TOKEN="DEIN_TOKEN"
NTFY_URL="https://ntfy.example.com/topic" NTFY_URL="https://ntfy.example.com/topic"
NTFY_TAGS="docker,update" NTFY_TAGS="docker,update"