mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-08-30 20:55:32 +08:00
26 lines
813 B
JSON
26 lines
813 B
JSON
{
|
||
"schema_version": 2,
|
||
"modes": {
|
||
"default": {
|
||
"description": "代码库默认行为基线(php think run)",
|
||
"category": "user"
|
||
},
|
||
"docker-serve": {
|
||
"description": "Docker 部署模式(基于基础镜像,nginx+php-fpm)",
|
||
"category": "user"
|
||
},
|
||
"docker-dev": {
|
||
"description": "Docker 开发模式(nginx+php-fpm+MySQL+Redis+phpMyAdmin+Xdebug,含 Windows I/O 优化 profile rsync sync)",
|
||
"category": "user"
|
||
},
|
||
"full": {
|
||
"description": "完整服务栈构建模式(规划含 MySQL/Redis 等完整中间件,当前与 docker-serve 接近,后续完善)",
|
||
"category": "user"
|
||
},
|
||
"author": {
|
||
"description": "基础镜像 + 应用构建模式(框架作者工具)",
|
||
"category": "author"
|
||
}
|
||
}
|
||
}
|