Files
pulse-docs/state/docker-state.json
Pulse Agent 81c6282ab0 docs(stack-proxy): runbook deploy Docker Swarm com Caddy — modelo extraido do stack git funcionando
- DOCKER-SWARM-RUNBOOK.md: padrao 8 stacks, 20 containers
- Caddy modelo: labels + caddy.reverse_proxy + rede public
- Restart: registrado na memoria (porta 80 nao funcionava com bind mount em Docker Swarm)
2026-05-20 15:51:24 -03:00

59 lines
1.5 KiB
JSON

{
"lastUpdated": "2026-05-20T11:55:00-03:00",
"generatedBy": "Pulse Agent — auto-administracao Docker",
"swarm": {
"nodeID": "x3fm004yzn3j7pvhz0fuuskez",
"hostname": "s1",
"role": "manager-leader",
"engine": "29.4.3",
"clusterID": "plz2xbh64yzhgy88jb9stm0pc"
},
"stacks": {
"bot": {
"services": ["beebot"],
"status": "stable",
"runningContainers": 2,
"note": "1 Running / 1 Failed(exit137)"
},
"code": {
"services": ["file"],
"status": "stable",
"runningContainers": 1
},
"database": {
"services": ["mongos-master", "dbadmin"],
"status": "warning",
"runningContainers": 2,
"note": "mongos-master com replicas Failed + 1 UP"
},
"design": {
"services": ["penpot", "postgres", "valkey", "backend", "frontend", "mcp", "exporter", "mailcatcher"],
"status": "stable",
"runningContainers": 7
},
"dock": {
"services": ["portainer", "agent"],
"status": "warning",
"runningContainers": 2,
"note": "portainer com multiplas replicas Failed antigas"
},
"git": {
"services": ["gitea"],
"status": "stable",
"runningContainers": 1,
"note": "sem health check definido"
},
"pro": {
"services": ["leantime", "leantime-db"],
"status": "warning",
"runningContainers": 2,
"note": "leantime com 3 containers Failed(exit137, unhealthy)"
},
"proxy": {
"services": ["caddy"],
"status": "stable",
"runningContainers": 1
}
}
}