Files
ulthon_admin/source/stack/stack.json

26 lines
813 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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"
}
}
}