This commit is contained in:
2026-04-01 11:56:27 +02:00
parent 38b5371b81
commit b4006cdeec
3 changed files with 175 additions and 49 deletions

View File

@@ -53,23 +53,6 @@ REDEPLOY_WAIT_HEALTHY=true
REDEPLOY_WAIT_HEALTHY_TIMEOUT=60
# ----------------------------------------------------------
# EXCLUDES
# ----------------------------------------------------------
# Stacks vom Update ausschließen [ Array ]
EXCLUDE_STACKS=(
"example_stack_1"
"example_stack_2"
)
# Services vom Update ausschließen [ Array ]
EXCLUDE_SERVICES=(
"example_container_1"
"example_container_2"
)
# ----------------------------------------------------------
# NTFY SETTINGS
# ----------------------------------------------------------