a11621b21f
Mirror mo/atc-GPU layout with config/, docs/, scripts/ for Gitea deploy.
18 lines
312 B
Caddyfile
18 lines
312 B
Caddyfile
: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
|
|
}
|
|
}
|