Deploy client-cms to caddy container
Some checks failed
Client CMS Check Build (NixCN CMS) TeamCity build failed
Backend Check Build (NixCN CMS) TeamCity build finished

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2026-01-29 12:52:32 +08:00
parent 5ece89268f
commit fabba842ce
17 changed files with 43 additions and 22 deletions

9
deploy/Caddyfile Normal file
View File

@@ -0,0 +1,9 @@
test.nix.org.cn {
handle /api/* {
reverse_proxy backend:8000
}
handle {
reverse_proxy client-cms:3000
}
}