Skip to content

Latest commit

 

History

History

README.md

minikb deployment

Production bootstrap and rollback for the Volcengine GHCR + compose flow. Public URL https://kb.liuyidi.me terminates TLS on Aliyun nginx and proxies to this host (:8080), same idea as auth.liuyidi.me → Tencent.

Entry points

Production contract

Runtime layout (Volcengine)

  • Deployment root: /opt/minikb
  • Server-side env file: /opt/minikb/.env
  • Compose file on the host: /opt/minikb/docker-compose.prod.yml
  • Persistent volumes: minikb_pgdata, minikb_redisdata, minikb_miniodata, …

Do not

  • Do not run minikb inside mini-langfuse/deploy/demo on Aliyun anymore.
  • Do not use ./up.sh kb on the demo ECS; that path was removed.