feat: consolidate local-first mnote web runtime
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
#
|
||||
# 注意:
|
||||
# - hostname 需要先在 Cloudflare DNS 里绑定到该 tunnel
|
||||
# - 本示例把 app/supabase/lightrag/mineru 分别用子域名暴露
|
||||
# - 生产环境建议对 lightrag/mineru 增加额外保护(Cloudflare Access / IP 白名单)
|
||||
# - 本示例把 app/supabase/mineru 分别用子域名暴露
|
||||
# - 生产环境建议对 mineru 增加额外保护(Cloudflare Access / IP 白名单)
|
||||
|
||||
tunnel: <YOUR_TUNNEL_NAME_OR_ID>
|
||||
credentials-file: ./<YOUR_TUNNEL_ID>.json
|
||||
@@ -26,15 +26,11 @@ ingress:
|
||||
- hostname: backend.mnote.example.com
|
||||
service: http://127.0.0.1:8000
|
||||
|
||||
# 4) LightRAG(你当前规划为 7777)
|
||||
- hostname: lightrag.mnote.example.com
|
||||
service: http://127.0.0.1:7777
|
||||
|
||||
# 5) MinerU(你当前 .env.local 为 18888)
|
||||
# 4) MinerU(你当前 .env.local 为 18888)
|
||||
- hostname: mineru.mnote.example.com
|
||||
service: http://127.0.0.1:18888
|
||||
|
||||
# 6) OnlyOffice Document Server(docker: onlyoffice-dev 暴露到 8081)
|
||||
# 5) OnlyOffice Document Server(docker: onlyoffice-dev 暴露到 8081)
|
||||
- hostname: onlyoffice.mnote.example.com
|
||||
service: http://127.0.0.1:8081
|
||||
|
||||
|
||||
Reference in New Issue
Block a user