Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-11-24 15:26:29 +00:00
parent 306d0e533b
commit c7c59c1a3d
32 changed files with 4 additions and 4 deletions
+25
View File
@@ -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.1
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:2333
restart: always
volumes:
- ${MX_SERVER_ROOT_PATH}/data:/root/.mx-space