Files
appstore-1panel/appstore/mx-space/8.4.2/docker-compose.yml
2025-11-30 21:19:30 +00:00

26 lines
504 B
YAML

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.2
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:2333
restart: always
volumes:
- ${MX_SERVER_ROOT_PATH}/data:/root/.mx-space