Een compose-stack herstarten betekent meestal: SSH'en naar een machine en je de exacte flags herinneren. Deze controller neemt een stacknaam en een actie uit chat of een API-call aan en draait het compose-commando voor je.
Een compose-stack herstarten betekent meestal: SSH'en naar een machine en je de exacte flags herinneren. Deze controller neemt een stacknaam en een actie uit chat of een API-call aan en draait het compose-commando voor je.
Hij leest eerst de huidige containerstatus, maakt alleen de services opnieuw aan die echt veranderden, en tailt daarna de logs om te bevestigen dat elke service opkwam. Je krijgt een health-rapport per service terug in datzelfde kanaal, zodat niemand een terminal hoeft te openen om een stack te herstarten.
Hoe hij werkt
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.
Lees de draaiende containerstatus en haal het laatste compose-bestand op voordat je iets aanraakt.
pending
Voer de actie uit met compose en maak alleen de services opnieuw aan waarvan de image of config veranderde.
pending
Tail de containerlogs de eerste dertig seconden en rapporteer de containerhealth terug aan de aanroeper.
pending
Voorbeelduitvoer
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.