Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-12-11 06:37:42 +00:00
parent e99f34de45
commit ad82237655
45 changed files with 615 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
networks:
1panel-network:
external: true
services:
llonebot:
container_name: llonebot
env_file:
- ./envs/global.env
- .env
environment:
- TZ=Asia/Shanghai
image: initialencounter/llonebot:latest
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:3080
- ${PANEL_APP_PORT_ONEBOT_HTTP}:3000
- ${PANEL_APP_PORT_ONEBOT_WS}:3001
- ${PANEL_APP_PORT_SATORI}:5600
restart: always
volumes:
- ${LLONEBOT_ROOT_PATH}/data:/root/.config/QQ
- ${LLONEBOT_ROOT_PATH}/llonebot:/root/llonebot