mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-08-30 04:35:33 +08:00
30 lines
942 B
JSON
30 lines
942 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)",
|
||
"category": "user"
|
||
},
|
||
"docker-dev-sync": {
|
||
"description": "Docker 开发模式 - Windows I/O 优化(rsync 同步,避免 bind mount 慢速问题)",
|
||
"category": "user"
|
||
},
|
||
"full": {
|
||
"description": "完整服务栈构建模式(规划含 MySQL/Redis 等完整中间件,当前与 docker-serve 接近,后续完善)",
|
||
"category": "user"
|
||
},
|
||
"author": {
|
||
"description": "基础镜像 + 应用构建模式(框架作者工具)",
|
||
"category": "author"
|
||
}
|
||
}
|
||
}
|