zerosaturation
|
e1fb138e8e
|
fix(deploy): health probe paths + starbookService deployment removal (config 4.3)
- k8s helm values.yaml: notificationService/moderationService healthPath 改 /health
(原 /healthz 与 pkg/health 实际注册路径不一致);
- 删除 k8s helm starbookservice template (服务已删, 部署已无效);
- docker-compose.{local,prod}.yml: 删 starbookService 服务块 + URL env + depends_on;
- Dockerfile.services: 删 starbookService 构建 Stage;
- build.sh + deploy.sh: 删 starbookService 引用 + ALL_SERVICES_NAME 帮助文本。
Co-Authored-By: Claude <noreply@anthropic.com>
|
2026-07-24 14:04:41 +08:00 |
|
zerosaturation
|
cacc686e9a
|
fix:notification/moderation service healthcheck 配置错误
两个服务的 healthcheck 配置都有历史遗留 bug,导致 docker ps
一直显示 unhealthy / health: starting:
1) notificationService
- 现象: docker-compose healthcheck 路径写 /healthz,但 pkg/health
只注册 /health (backend/pkg/health/health.go:29),wget 永远 404
- 修复: compose 路径 /healthz -> /health,Dockerfile HEALTHCHECK
同样改 /health (双保险,rebuild 后不会回退)
2) moderationService
- 现象: main.go 没启 health server (只暴露 Dubbo Triple 协议),
compose 原 healthcheck 端口 20011 永远 timeout,
Dockerfile HEALTHCHECK 也指向 20011 同样错
- 修复: compose 用 healthcheck: test: ["NONE"] 显式覆盖 image
HEALTHCHECK,Dockerfile 改成 HEALTHCHECK NONE (image-level
也禁掉,rebuild 后不会回退)
gateway depends_on moderationservice: service_started (不依赖 healthy),
不影响入口可用性。健康状态靠 gateway 间接覆盖。
Co-Authored-By: Claude <noreply@anthropic.com>
|
2026-07-21 12:12:46 +08:00 |
|
zerosaturation
|
dcb4e451a1
|
fix:修改合并后bug
|
2026-07-06 10:25:06 +08:00 |
|
zerosaturation
|
d12a84c1f0
|
feat:增加队列修改收益方面把轮询改为MQ队列,修改数据看板的数据问题出错
|
2026-07-03 12:34:55 +08:00 |
|
zerosaturation
|
64b501102b
|
feat:修改docekt配置添加ossCROS的配置
|
2026-06-24 16:30:00 +08:00 |
|
Lenticular Studio Agent
|
a96c9cf04f
|
feat:修复路径
|
2026-06-24 02:34:06 +08:00 |
|
Lenticular Studio Agent
|
d59887374b
|
feat:修复部分问题
|
2026-06-24 00:50:53 +08:00 |
|
Lenticular Studio Agent
|
8a9f22babe
|
feat:解决冲突,加入中转站到生产环境
|
2026-06-24 00:33:11 +08:00 |
|
Lenticular Studio Agent
|
fd5e317e05
|
merge: 解决 docker-compose 和 SocketManager 冲突
Co-Authored-By: Claude <noreply@anthropic.com>
|
2026-06-23 23:06:24 +08:00 |
|
Lenticular Studio Agent
|
af7908e72e
|
feat: 接入微达API中转站,重构镭射卡生图流程
- 替换中转站从 xbcl.link 到 weda.cc
- prompt 模板改为镭射卡全图生成(去掉 6 层合成/抠图依赖)
- 4 路并发调用 + 原图展示 = 5 张 variant
- 前端提示词中译英支持
- 全局 Vue errorHandler
- WebSocket 鉴权失败跳登录
- 删除已弃用的 laserCompositor 微服务
Co-Authored-By: Claude <noreply@anthropic.com>
|
2026-06-23 22:43:49 +08:00 |
|
zerosaturation
|
94457ffa8a
|
feat:修改遗留bug
|
2026-06-23 19:37:18 +08:00 |
|
zerosaturation
|
ef0a4f6afd
|
feat:修改通知系统的消息
|
2026-06-17 11:59:51 +08:00 |
|
zerosaturation
|
b38174917a
|
feat:修改配置
|
2026-06-14 21:04:05 +08:00 |
|
zerosaturation
|
280b4bbee0
|
feat:docker新增统计的微服务
|
2026-06-11 16:35:56 +08:00 |
|
zerosaturation
|
23a8051e96
|
feat: 修改头像显示不全,修改docker的配置
|
2026-06-04 16:41:20 +08:00 |
|
|
|
f0b650de26
|
feat: 解决合并冲突
|
2026-06-04 00:03:40 +08:00 |
|
liulong
|
b9527bee70
|
feat:合并新
|
2026-06-03 22:41:19 +08:00 |
|
liulong
|
10168f8e6b
|
feat:实现AI生成镭射卡功能
|
2026-06-03 22:19:22 +08:00 |
|
zerosaturation
|
76c4e2cdf8
|
feat: 修改docker配置
|
2026-06-03 18:19:15 +08:00 |
|
zerosaturation
|
64809ea308
|
feat: 修改docker配置添加AI的微服务
|
2026-05-29 21:37:08 +08:00 |
|
zerosaturation
|
dd34def217
|
feat:修改点赞接口bug
|
2026-05-26 21:32:37 +08:00 |
|
zerosaturation
|
602b615dc5
|
docker: 修改配置
|
2026-05-18 20:21:32 +08:00 |
|
zerosaturation
|
5f4a443a93
|
feat: 新增余额不足不能铸造的功能提示,新增详细页面图片正常显示,docker修改配置
|
2026-05-18 18:32:58 +08:00 |
|
zerosaturation
|
0814242deb
|
Revert "image: 去掉未使用的图片"
This reverts commit b698f08916.
|
2026-05-18 01:16:24 +08:00 |
|
zerosaturation
|
b698f08916
|
image: 去掉未使用的图片
|
2026-05-18 00:31:10 +08:00 |
|
zerosaturation
|
f6e1caad8b
|
feat:新增docker密钥登录部署
|
2026-04-24 18:04:55 +08:00 |
|
zerosaturation
|
a5e3008819
|
feat: 增加health健康检查和替换前端跳转路由api
|
2026-04-14 00:10:24 +08:00 |
|
zerosaturation
|
6663df10e8
|
feat: docker修改
|
2026-04-10 12:54:44 +08:00 |
|
zerosaturation
|
6f51cead6c
|
feat: 部署diocker到服务器上
|
2026-04-08 20:48:38 +08:00 |
|
|
|
23fd7de096
|
feat(docker): add admin-backend service to docker-compose.prod.yml
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-04-08 00:00:09 +08:00 |
|
zerosaturation
|
0e6d0c3584
|
初始化项目
|
2026-04-07 22:28:50 +08:00 |
|