.
This commit is contained in:
@@ -322,8 +322,10 @@ chmod +x script.sh
|
|||||||
⏳ Deploy läuft...
|
⏳ Deploy läuft...
|
||||||
✅ Stack erfolgreich aktualisiert
|
✅ Stack erfolgreich aktualisiert
|
||||||
💤 Warte 60s nach Deploy
|
💤 Warte 60s nach Deploy
|
||||||
ℹ️ Keine Healthchecks definiert → überspringe warten
|
⏳ Warte auf healthy Container (max 60s)
|
||||||
🕒 Dauer: 18s
|
💚 Alle Container healthy
|
||||||
|
|
||||||
|
🕒 Dauer: 78s
|
||||||
|
|
||||||
|
|
||||||
→ Prüfe Stack: tinymediamanager
|
→ Prüfe Stack: tinymediamanager
|
||||||
|
|||||||
@@ -412,10 +412,10 @@ while IFS= read -r -d '' file; do
|
|||||||
log INFO "${INDENT}🔄 Einzelcontainer-Update: $svc"
|
log INFO "${INDENT}🔄 Einzelcontainer-Update: $svc"
|
||||||
|
|
||||||
if [ "${was_running[$svc]}" = 1 ]; then
|
if [ "${was_running[$svc]}" = 1 ]; then
|
||||||
run_cmd docker compose up -d "$svc" --remove-orphans
|
run_cmd docker compose up -d "$svc" --remove-orphans >/dev/null 2>&1
|
||||||
else
|
else
|
||||||
if [ "$UPDATE_START_STOPPED" = true ]; then
|
if [ "$UPDATE_START_STOPPED" = true ]; then
|
||||||
run_cmd docker compose up -d "$svc" --remove-orphans
|
run_cmd docker compose up -d "$svc" --remove-orphans >/dev/null 2>&1
|
||||||
else
|
else
|
||||||
run_cmd docker compose create "$svc"
|
run_cmd docker compose create "$svc"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user