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,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