Bir compose stack'ini yeniden başlatmak genelde bir makineye SSH ile bağlanıp tam bayrakları hatırlamak demektir. Bu denetleyici, sohbetten ya da bir API çağrısından bir stack adı ve bir eylem alır ve compose komutunu sizin yerinize çalıştırır.
Bir compose stack'ini yeniden başlatmak genelde bir makineye SSH ile bağlanıp tam bayrakları hatırlamak demektir. Bu denetleyici, sohbetten ya da bir API çağrısından bir stack adı ve bir eylem alır ve compose komutunu sizin yerinize çalıştırır.
Önce mevcut container durumunu okur, yalnızca gerçekten değişen servisleri yeniden oluşturur, sonra her birinin ayağa kalktığını doğrulamak için logları takip eder. Aynı kanalda servis bazlı bir sağlık raporu geri alırsınız; böylece bir stack'i yeniden başlatmak için kimse terminal açmak zorunda kalmaz.
Nasıl çalışır
Used at step 01 to kick off the pipeline.
Write
Used at step 01 to kick off the pipeline.
WebFetch
Used at step 01 to kick off the pipeline.
WebSearch
Used at step 01 to kick off the pipeline.
Hiçbir şeye dokunmadan önce çalışan container durumunu okuyun ve en güncel compose dosyasını çekin.
pending
Eylemi compose ile uygulayın; yalnızca image ya da config'i değişen servisleri yeniden oluşturun.
pending
Container loglarını ilk otuz saniye boyunca takip edin ve container sağlığını çağırana geri bildirin.
pending
Örnek çıktı
json
// Sample output
// (generated when the pipeline finishes)
Given a stack name and an action, run the matching docker compose command and return a status object with each service's container state and a short log tail.
Unlock the rest
The full agent definition, install snippet, and starter task are gated for community members.
Members get the full `.md` agent file, the npm / pnpm install one-liners, a starter prompt that we've tuned against real runs, and the open-source repo when this automation ships there. One email, magic link, done.