chore(deps): update soulter/astrbot docker tag to v4.19.4 (localApps) (#4418)
This commit is contained in:
67
apps/astrbot/4.19.4/data.yml
Normal file
67
apps/astrbot/4.19.4/data.yml
Normal file
@@ -0,0 +1,67 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "./data"
|
||||
edit: true
|
||||
envKey: ASTRBOT_ROOT_PATH
|
||||
labelZh: 数据持久化路径
|
||||
labelEn: Data persistence path
|
||||
label:
|
||||
en: Data persistence path
|
||||
zh: 数据持久化路径
|
||||
required: true
|
||||
type: text
|
||||
- default: 6185
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelZh: WebUI 端口
|
||||
labelEn: WebUI port
|
||||
label:
|
||||
en: WebUI port
|
||||
zh: WebUI 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 6195
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_WECOM
|
||||
labelZh: 企业微信 WebHook
|
||||
labelEn: WeCom WebHook
|
||||
label:
|
||||
en: WeCom WebHook
|
||||
zh: 企业微信 WebHook
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 11451
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_WECHAT
|
||||
labelZh: 个人微信 WebHook
|
||||
labelEn: WeChat WebHook
|
||||
label:
|
||||
en: WeChat WebHook
|
||||
zh: 个人微信 WebHook
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 6199
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_QQ_WH
|
||||
labelZh: QQ WebHook
|
||||
labelEn: QQ WebHook
|
||||
label:
|
||||
en: QQ WebHook
|
||||
zh: QQ WebHook
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 6196
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_QQ_API
|
||||
labelZh: QQ API
|
||||
labelEn: QQ API
|
||||
label:
|
||||
en: QQ API
|
||||
zh: QQ API
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
24
apps/astrbot/4.19.4/docker-compose.yml
Normal file
24
apps/astrbot/4.19.4/docker-compose.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
|
||||
services:
|
||||
astrbot:
|
||||
image: soulter/astrbot:v4.19.4
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:6185
|
||||
- ${PANEL_APP_PORT_QQ_WH}:6199
|
||||
- ${PANEL_APP_PORT_QQ_API}:6196
|
||||
- ${PANEL_APP_PORT_WECOM}:6195
|
||||
- ${PANEL_APP_PORT_WECHAT}:11451
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- ${ASTRBOT_ROOT_PATH}:/AstrBot/data
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
Reference in New Issue
Block a user