feat(craft-agents): 升级 craft-agents 到 0.9.0 版本并更新配置文件

更新 craft-agents 应用至 0.9.0 版本,包括:
- 删除旧版本 0.8.12 的配置文件
- 添加新版本 0.9.0 的配置和数据文件
- 修改脚本文件权限以支持执行
This commit is contained in:
arch3rPro
2026-05-02 02:52:41 +08:00
parent 802bf4137f
commit a853f59c1b
4 changed files with 1 additions and 1 deletions
@@ -1,6 +1,6 @@
services:
craft-agents:
image: ghcr.io/lukilabs/craft-agents-server:0.8.12
image: ghcr.io/lukilabs/craft-agents-server:0.9.0
container_name: ${CONTAINER_NAME}
restart: always
networks:
Regular → Executable
View File