mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-08-10 08:27:25 +00:00
Update Grafana to v13, add version notes
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
|
||||
> 本小节内容适合 `Python` 开发人员阅读。
|
||||
|
||||
> **版本说明**:本示例使用以下镜像版本:
|
||||
> - Python:3.12-slim(可替换为其他 3.x 版本)
|
||||
> - PostgreSQL:16(可替换为其他 16.x、15.x 等版本)
|
||||
> - Django:>=5.0,<6.0(可根据项目需求调整)
|
||||
|
||||
本节将使用 Docker Compose 配置并运行一个 **Django + PostgreSQL** 应用。笔者不仅会介绍具体步骤,还会解释每个配置项的作用,以及开发环境和生产环境的差异。
|
||||
|
||||
### 11.6.1 架构概览
|
||||
|
||||
Reference in New Issue
Block a user