update: docker compose

This commit is contained in:
Soulter
2024-12-12 13:14:14 +08:00
parent d814d3537c
commit 6a5f3720a2
2 changed files with 10 additions and 1 deletions

View File

@@ -379,7 +379,7 @@ CONFIG_METADATA_2 = {
"identifier": {
"description": "启动识别群员",
"type": "bool",
"hint": "在 Prompt 前加上群成员的名字以让模型更好地了解群聊状态。启用将略微增加 token 开销",
"hint": "在 Prompt 前加上群成员的名字以让模型更好地了解群聊状态。启用将略微增加 token 开销",
},
"datetime_system_prompt": {
"description": "启用日期时间系统提示",

9
compose.yml Normal file
View File

@@ -0,0 +1,9 @@
version: '3.8'
services:
astrbot:
image: soulter/astrbot:latest
container_name: astrbot
network_mode: "host"
volumes:
- ./data:/AstrBot/data