feat: 更新Dockerfile使用国内镜像源,添加PDF_CLEANUP_DAYS配置,添加正式环境配置文档

This commit is contained in:
Certificate System
2026-06-24 14:21:54 +08:00
parent 4742c175c3
commit 2e1a639179
3 changed files with 114 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ SECRET_KEY=change-me
PUBLIC_BASE_URL=http://localhost:8080
CERTIFICATE_NO_SECRET=change-me
PDF_CACHE_DAYS=30
PDF_CLEANUP_DAYS=5
DATA_ROOT=/data/certificate-system
CORS_ORIGINS=http://localhost:5173,http://localhost:8080