From f108d4f81002eebdb04773a4ec8f1f16a66f3299 Mon Sep 17 00:00:00 2001 From: pulse-agent Date: Wed, 20 May 2026 00:57:58 -0300 Subject: [PATCH] =?UTF-8?q?docs(memory):=20snapshot=20Docker=2000:57=20?= =?UTF-8?q?=E2=80=94=2020=20containers=20Up,=2018=20Dead?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MEMORY.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/MEMORY.md b/MEMORY.md index 8fa0168..6b35aec 100644 --- a/MEMORY.md +++ b/MEMORY.md @@ -42,6 +42,31 @@ Agrupadas por função: 10 módulos de padrões: TS, React, Vue, Linux, DB, Browser, SAST, CleanCode, Deploy, Docs `libs/INDEX.md` como índice central +## 🐳 Docker Containers — Snapshot 00:57 GMT-3 +Stack rodando na máquina host (gestionado via Portainer + Caddy reverse proxy): + +### ✅ Up (healthy) +| Projeto | Serviço | Imagem | Portas | +|---------|---------|--------|--------| +| **proxy** | caddy | lucaslorentz/caddy-docker-proxy | 80, 443 | +| **dock** | portainer + agent | portainer-ce:2.19.4 | 8000, 9000, 9443 | +| **design** | penpot (full stack) | penpotapp/* | 8080, 1025, 1080, 6379, 5432 | +| **code** | file (8dcode) | 8dcode:latest | — | +| **database** | mongos (mongo:8.0) | mongo:8.0 | 27017 | +| **database** | dbadmin (mongo-express) | mongo-express:latest | 8081 | +| **bot** | beebot, office, redis | node:24 / redis:7-alpine | 6379 | +| **pro** | leantime + mariadb | leantime/mariadb:10.6 | 8080, 9000, 3306 | + +### 💀 Dead (não reiniciam automaticamente) +- `design_penpot-backend.*` — 3 instâncias Exited(255) +- `bot_office.*` — 4 instâncias Exited(1) +- `database_mongos-master.*` — 7 instâncias Dead +- `pro_leantime.*` — 6 instâncias Dead +- `bot_beebot.*`, `bot_redis.*`, `code_file.*`, `git_gitea`, `dock_portainer.*` — Dead + +> **Observação**: comando padrão para inspecionar: `docker ps -a --format "table {{.Names}}\t{{.Image}}\t{{.Status}}\t{{.Ports}}"` +> Logs: `docker logs ` | Remover mortos: `docker rm ` + ## 📅 Decisões Relevantes - 2026-05-19: WürthFlow.md criado ─ arquitetura viva do workspace - 2026-05-19: tsup v8 ESM+CJS+DTS OK ─ 57 testes 100% pass