Files
atc-agents/caddy/Caddyfile
T
mo fb9cc21c9a Add ATC Command Center v1 with light UI theme.
Agent hub dashboard, FastAPI backend, and Docker stack for VM 304 MCP.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-23 15:07:51 +02:00

5 lines
69 B
Caddyfile

:80 {
reverse_proxy /api/* api:3201
reverse_proxy /* ui:80
}