Step 1: Save Docker commands in the catalog
You create the saved commands in sshChat. They execute later on the server that runs Docker Compose.
docker compose ps docker compose up -d docker compose restart api docker compose logs --tail 100 web
Use short titles like PS, Up Detached, Restart API, and Logs Web.
