.
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user