This repository was archived by the owner on Mar 11, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +13
-26
lines changed
Expand file tree Collapse file tree 2 files changed +13
-26
lines changed Original file line number Diff line number Diff line change 77
88## Deploy with Docker Compose
99
10- ::: details Deploy with NapCatQQ
11-
12- If you want to use NapCat to ** deploy AstrBot to QQ (personal account)** , this method will deploy both AstrBot and NapCat together, which is faster.
13-
14- ``` bash
15- mkdir astrbot
16- cd astrbot
17- wget https://raw.githubusercontent.com/NapNeko/NapCat-Docker/main/compose/astrbot.yml
18- sudo docker compose -f astrbot.yml up -d
19- ```
20-
21- :::
22-
2310::: details Deploy AstrBot Only (General Method)
2411
2512First, clone the AstrBot repository to your local machine:
Original file line number Diff line number Diff line change 77
88## 通过 Docker Compose 部署
99
10- ::: details 和 NapCatQQ 一起部署
11-
12- 如果您想使用 NapCat 将 AstrBot ** 部署到 QQ(个人号)** ,使用这种方式会同时部署 AstrBot 和 NapCat,更快。
13-
14- ``` bash
15- mkdir astrbot
16- cd astrbot
17- wget https://raw.githubusercontent.com/NapNeko/NapCat-Docker/main/compose/astrbot.yml
18- sudo docker compose -f astrbot.yml up -d
19- ```
20-
21- :::
22-
2310::: details 只部署 AstrBot(通用方式)
2411
2512首先,需要 Clone AstrBot 仓库到本地:
@@ -56,6 +43,19 @@ docker pull soulter/shipyard-ship:latest
5643配置和使用详见 [ Agent 沙盒环境] ( /use/astrbot-agent-sandbox.md ) 文档。
5744:::
5845
46+ ::: details 和 NapCat 一起部署
47+
48+ 如果您想对接 NapCat,使用这种方式可以同时部署 AstrBot 和 NapCat。
49+
50+ ``` bash
51+ mkdir astrbot
52+ cd astrbot
53+ wget https://raw.githubusercontent.com/NapNeko/NapCat-Docker/main/compose/astrbot.yml
54+ sudo docker compose -f astrbot.yml up -d
55+ ```
56+
57+ :::
58+
5959
6060## 通过 Docker 部署
6161
You can’t perform that action at this time.
0 commit comments