Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-06-12 06:32:38 +00:00
parent 0c4f5fa67b
commit 835c6d59ac
26 changed files with 266 additions and 2 deletions
+4
View File
@@ -20,6 +20,10 @@ services:
restart: always
stdin_open: true
tty: true
ulimits:
nofile:
hard: 524288
soft: 524288
volumes:
- ${AMMDS_ROOT_PATH}/data:/ammds/data
- ${AMMDS_ROOT_PATH}/db:/ammds/db
+15
View File
@@ -0,0 +1,15 @@
# 数据持久化路径 [必填]
BONITA_ROOT_PATH=/home/bonita
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=12346
# 初始管理员邮箱 [必填]
FIRST_SUPERUSER_EMAIL=
# 初始管理员密码 [必填]
FIRST_SUPERUSER_PASSWORD=
# Celery并发处理任务数 [必填]
MAX_CONCURRENCY=5
+24
View File
@@ -0,0 +1,24 @@
networks:
1panel-network:
external: true
services:
bonita:
container_name: bonita
env_file:
- ./envs/global.env
- .env
environment:
- PUID=0
- PGID=0
- TZ=Asia/Shanghai
image: suwmlee/bonita:0.9.4
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:12346
restart: always
volumes:
- ${BONITA_ROOT_PATH}/data:/app/backend/data
- ${BONITA_ROOT_PATH}/media:/media
+2
View File
@@ -0,0 +1,2 @@
# copyright© 2024 XinJiang Ms Studio
ENV_FILE=.env
+2
View File
@@ -0,0 +1,2 @@
# copyright© 2024 XinJiang Ms Studio
TZ=Asia/Shanghai
+1 -1
View File
@@ -57,7 +57,7 @@ services:
- -f
- http://localhost:1200/healthz?key=${ACCESS_KEY}
timeout: 10s
image: diygod/rsshub:2025-06-11
image: diygod/rsshub:2025-06-12
labels:
createdBy: Apps
networks: