Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2026-02-09 05:03:00 +00:00
parent ed0dccf9a2
commit 4d6872cc35
49 changed files with 377 additions and 17 deletions
@@ -0,0 +1,25 @@
networks:
1panel-network:
external: true
services:
mx-server:
container_name: mx-space
env_file:
- ./envs/global.env
- .env
environment:
- TZ=Asia/Shanghai
- PORT=2333
- DEMO=false
- NODE_ENV=production
- ENCRYPT_ENABLE=false
image: innei/mx-server:10.0.0
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:2333
restart: always
volumes:
- ${MX_SERVER_ROOT_PATH}/data:/root/.mx-space