Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-01-09 06:26:28 +00:00
parent 1cc4aa97f7
commit 197ae2d9cf
59 changed files with 891 additions and 6 deletions
+25
View File
@@ -0,0 +1,25 @@
networks:
1panel-network:
external: true
services:
nodebb:
container_name: nodebb
env_file:
- ./envs/global.env
- .env
environment:
- TZ=Asia/Shanghai
- NODEBB_PORT=4567
- NODEBB_URL=http://127.0.0.1:4567
image: ghcr.io/nodebb/nodebb:3.12.2
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:4567
restart: always
volumes:
- ${NODEBB_ROOT_PATH}/build:/usr/src/app/build
- ${NODEBB_ROOT_PATH}/uploads:/usr/src/app/public/uploads
- ${NODEBB_ROOT_PATH}/config:/opt/config