Update Grafana to v13, add version notes

This commit is contained in:
yeasy
2026-04-25 15:50:13 +00:00
parent 515ba9f64a
commit 1e9cdeea3f
55 changed files with 220 additions and 70 deletions
+5
View File
@@ -2,6 +2,11 @@
> 本小节内容适合 `Python` 开发人员阅读
> **版本说明**本示例使用以下镜像版本
> - Python3.12-slim可替换为其他 3.x 版本
> - PostgreSQL16可替换为其他 16.x15.x 等版本
> - Django>=5.0,<6.0可根据项目需求调整
本节将使用 Docker Compose 配置并运行一个 **Django + PostgreSQL** 应用笔者不仅会介绍具体步骤还会解释每个配置项的作用以及开发环境和生产环境的差异
### 11.6.1 架构概览