mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
Processed apps directory via GitHub Actions
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
# 数据持久化路径 [必填]
|
||||
MX_SERVER_ROOT_PATH=/home/mx-space
|
||||
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=2333
|
||||
|
||||
# JWT 密钥 [必填]
|
||||
JWT_SECRET=
|
||||
|
||||
# 允许的访问来源 [必填]
|
||||
ALLOWED_ORIGINS=,localhost
|
||||
|
||||
# 数据库 主机地址 (MongoDB) [必填]
|
||||
DB_HOST=127.0.0.1
|
||||
|
||||
# 数据库 端口 (MongoDB) [必填]
|
||||
DB_PORT=27017
|
||||
|
||||
# 数据库 名称 (MongoDB) [必填]
|
||||
DB_COLLECTION_NAME=mx-space
|
||||
|
||||
# 数据库 用户名 (MongoDB)
|
||||
DB_USER=mx-space
|
||||
|
||||
# 数据库 密码 (MongoDB)
|
||||
DB_PASSWORD=mx-space
|
||||
|
||||
# Redis 主机 [必填]
|
||||
REDIS_HOST=127.0.0.1
|
||||
|
||||
# Redis 端口 [必填]
|
||||
REDIS_PORT=6379
|
||||
|
||||
# Redis 密码
|
||||
REDIS_PASSWORD=
|
||||
|
||||
@@ -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.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:2333
|
||||
restart: always
|
||||
volumes:
|
||||
- ${MX_SERVER_ROOT_PATH}/data:/root/.mx-space
|
||||
@@ -0,0 +1,2 @@
|
||||
# copyright© 2024 XinJiang Ms Studio
|
||||
ENV_FILE=.env
|
||||
@@ -0,0 +1,2 @@
|
||||
# copyright© 2024 XinJiang Ms Studio
|
||||
TZ=Asia/Shanghai
|
||||
@@ -14,7 +14,7 @@ services:
|
||||
- initial_email=${INITIAL_EMAIL}
|
||||
- initial_server_url=${INITIAL_SERVER_URL}
|
||||
- initial_ssh_root_url=${INITIAL_SSH_ROOT_URL}
|
||||
image: 1dev/server:12.0.1
|
||||
image: 1dev/server:12.0.2
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user