Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DockerHomework
docker大作业仓库
目录结构
目录结构:
project-root/ # 项目根目录
├── docker-compose.yml # 核心:编排前后端+数据库的总配置
├── .env # 全局环境变量(数据库密码、端口、服务名等,避免硬编码)
Expand Down
2 changes: 1 addition & 1 deletion k8s/monitoring/11-prometheus-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: prometheus
image: prom/prometheus:v2.48.1
image: crpi-crgxq2ovcvhcn869.cn-chengdu.personal.cr.aliyuncs.com/maonamao/prometheus:v2.48.1
args:
- --config.file=/etc/prometheus/prometheus.yml
- --storage.tsdb.path=/prometheus
Expand Down
2 changes: 1 addition & 1 deletion k8s/monitoring/21-grafana-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: grafana
image: grafana/grafana:10.2.3
image: crpi-crgxq2ovcvhcn869.cn-chengdu.personal.cr.aliyuncs.com/maonamao/grafana:10.2.3
ports:
- name: http
containerPort: 3000
Expand Down