1
0

chore(deps): update soulter/astrbot docker tag to v4.19.4 (localApps) (#4418)

This commit is contained in:
renovate[bot]
2026-03-09 04:53:08 +00:00
committed by GitHub
parent 9db66847ee
commit 4e39bf5b1b
3 changed files with 2 additions and 2 deletions

View 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

View 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