Add Command Center v2: DQ/RAG integration, S3 browser, Jupyter, GPU matrix.

Mirror mo/atc-GPU layout with config/, docs/, scripts/ for Gitea deploy.
This commit is contained in:
mo
2026-06-25 00:28:23 +00:00
parent fb9cc21c9a
commit a11621b21f
110 changed files with 14622 additions and 529 deletions
+15 -2
View File
@@ -1,4 +1,17 @@
:80 {
reverse_proxy /api/* api:3201
reverse_proxy /* ui:80
handle_path /rag/* {
reverse_proxy rag-api:5020
}
handle_path /jupyter/* {
reverse_proxy jupyter:8888
}
handle_path /dq/* {
reverse_proxy dq-api:5010
}
handle /api/* {
reverse_proxy api:3201
}
handle {
reverse_proxy ui:80
}
}