Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2026-05-02 15:50:40 +00:00
parent 4b82be7042
commit 057a7f9251
36 changed files with 8 additions and 8 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:11.5.1
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:2333
restart: always
volumes:
- ${MX_SERVER_ROOT_PATH}/data:/root/.mx-space