fix: update image name references from "cs-ai-agent" to "agent-desk" in Docker files and documentation

This commit is contained in:
mlogclub
2026-05-31 18:27:12 +08:00
parent 1ef0374e14
commit 08fc446151
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ permissions:
contents: read contents: read
env: env:
IMAGE_NAME: mlogclub/cs-ai-agent IMAGE_NAME: mlogclub/agent-desk
jobs: jobs:
build: build:
+2 -2
View File
@@ -270,11 +270,11 @@ flowchart LR
If you only need to build the application image, prepare MySQL and Qdrant yourself and mount a configuration file: If you only need to build the application image, prepare MySQL and Qdrant yourself and mount a configuration file:
```bash ```bash
docker build -t cs-ai-agent . docker build -t mlogclub/agent-desk .
docker run --rm -p 8083:8083 \ docker run --rm -p 8083:8083 \
-v $(pwd)/docker/cs-ai-agent.yaml:/app/config/config.yaml:ro \ -v $(pwd)/docker/cs-ai-agent.yaml:/app/config/config.yaml:ro \
-v cs-ai-agent-data:/app/data \ -v cs-ai-agent-data:/app/data \
cs-ai-agent mlogclub/agent-desk
``` ```
Compose uses [docker/cs-ai-agent.yaml](docker/cs-ai-agent.yaml) as the in-container configuration. The application reaches `mysql` and `qdrant` through Docker service names. Compose uses [docker/cs-ai-agent.yaml](docker/cs-ai-agent.yaml) as the in-container configuration. The application reaches `mysql` and `qdrant` through Docker service names.
+2 -2
View File
@@ -270,11 +270,11 @@ flowchart LR
如果只需要构建应用镜像,可以自行准备 MySQL 和 Qdrant,并挂载配置文件: 如果只需要构建应用镜像,可以自行准备 MySQL 和 Qdrant,并挂载配置文件:
```bash ```bash
docker build -t cs-ai-agent . docker build -t mlogclub/agent-desk .
docker run --rm -p 8083:8083 \ docker run --rm -p 8083:8083 \
-v $(pwd)/docker/cs-ai-agent.yaml:/app/config/config.yaml:ro \ -v $(pwd)/docker/cs-ai-agent.yaml:/app/config/config.yaml:ro \
-v cs-ai-agent-data:/app/data \ -v cs-ai-agent-data:/app/data \
cs-ai-agent mlogclub/agent-desk
``` ```
Compose 使用 [docker/cs-ai-agent.yaml](docker/cs-ai-agent.yaml) 作为容器内配置,应用会通过 Docker 内部服务名访问 `mysql``qdrant` Compose 使用 [docker/cs-ai-agent.yaml](docker/cs-ai-agent.yaml) 作为容器内配置,应用会通过 Docker 内部服务名访问 `mysql``qdrant`
+1 -1
View File
@@ -32,7 +32,7 @@ services:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
image: cs-ai-agent:latest image: mlogclub/agent-desk:latest
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
mysql: mysql: