File tree Expand file tree Collapse file tree 2 files changed +18
-17
lines changed
Expand file tree Collapse file tree 2 files changed +18
-17
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ REDIS_PORT=6379
99# 后端worker数
1010BACKEND_WORKER = 1
1111# 前端镜像
12- FRONT_IMAGE = registry.cn-hangzhou.aliyuncs.com/feapderd/feapder_front:1.5
12+ FRONT_IMAGE = registry.cn-hangzhou.aliyuncs.com/feapderd/feapder_front:1.6
1313# 后端镜像
14- BACKEND_IMAGE = registry.cn-hangzhou.aliyuncs.com/feapderd/feapder_backend:2.2
14+ BACKEND_IMAGE = registry.cn-hangzhou.aliyuncs.com/feapderd/feapder_backend:2.3
1515# 爬虫镜像
1616SPIDER_IMAGE = registry.cn-hangzhou.aliyuncs.com/feapderd/feapder:1.8
1717# 监控系统端口配置
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ services:
4949 - influxdb
5050
5151 feapder :
52+ container_name : feapder_worker
5253 image : ${SPIDER_IMAGE}
5354
5455 mysql :
@@ -76,21 +77,21 @@ services:
7677 volumes :
7778 - " ~/data/feapder/feapder_backend_redis:/data" # redis 挂载, 本地目录:容器路径
7879
79- # 监控
80- grafana :
81- user : root
82- restart : always
83- image : grafana/grafana
84- container_name : feapder_grafana
85- volumes :
86- - ~/data/feapder/grafana:/var/lib/grafana
87- environment :
88- - GF_SECURITY_ADMIN_USER=admin
89- - GF_SECURITY_ADMIN_PASSWORD=admin
90- ports :
91- - ${GRAFANA_PORT}:3000
92- depends_on :
93- - influxdb
80+ # # 监控
81+ # grafana:
82+ # user: root
83+ # restart: always
84+ # image: grafana/grafana
85+ # container_name: feapder_grafana
86+ # volumes:
87+ # - ~/data/feapder/grafana:/var/lib/grafana
88+ # environment:
89+ # - GF_SECURITY_ADMIN_USER=admin
90+ # - GF_SECURITY_ADMIN_PASSWORD=admin
91+ # ports:
92+ # - ${GRAFANA_PORT}:3000
93+ # depends_on:
94+ # - influxdb
9495
9596 influxdb :
9697 restart : always
You can’t perform that action at this time.
0 commit comments