Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-12-27 06:35:05 +00:00
parent 215a422998
commit 83fcb5488e
47 changed files with 10 additions and 10 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:8.4.3
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:2333
restart: always
volumes:
- ${MX_SERVER_ROOT_PATH}/data:/root/.mx-space