chore(deps): update soulter/astrbot docker tag to v4.19.4 (localApps) (#4418)
This commit is contained in:
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