重构 Docker 配置:分离前端服务并为 Dockerfile 添加 SQLite 支持 #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📋 概述
本次 PR 重构了 Docker 配置,将前端服务独立出来,并为 Dockerfile 中为 Go 后端添加 SQLite 数据库支持。
🔧 主要变更
后端 Dockerfile
新增前端服务
/api/及其他路由)Docker Compose
nginx服务替换为专用frontend服务🎯 优势
提交:
063c6c2f0906623c443faf7cd81807ab4e5261b8