Add Docker deployment with Traefik integration

- docker-compose.yml for container orchestration
- Dockerfile with multi-stage build (node builder + nginx)
- nginx.conf for SPA serving
This commit is contained in:
Erwin
2026-03-27 19:20:43 +00:00
parent 1acf1c4ff5
commit 9c20b0ed31
5 changed files with 64 additions and 1 deletions

View File

@@ -1 +1 @@
{"root":["../../src/App.tsx","../../src/main.tsx","../../src/components/AgentDetailPanel.tsx","../../src/components/AgentNode.tsx","../../src/components/ConnectionsLayer.tsx","../../src/components/MissionControlDashboard.tsx","../../src/components/SearchAndFilters.tsx","../../src/components/StatusBar.tsx","../../src/components/Timeline.tsx","../../src/data/agents.ts","../../src/lib/utils.ts","../../src/types/agent.ts"],"version":"5.9.3"}
{"root":["../../src/App.tsx","../../src/main.tsx","../../src/components/AgentDetailPanel.tsx","../../src/components/AgentNode.tsx","../../src/components/ConnectionsLayer.tsx","../../src/components/MissionControlDashboard.tsx","../../src/components/SearchAndFilters.tsx","../../src/components/StatusBar.tsx","../../src/components/Timeline.tsx","../../src/data/agents.ts","../../src/hooks/useOpenClaw.ts","../../src/lib/openclaw-api.ts","../../src/lib/utils.ts","../../src/types/agent.ts"],"version":"5.9.3"}