莱云 v3 主控系统
Go to file
2023-01-20 15:14:51 +08:00
app 重命名 2023-01-20 15:14:51 +08:00
bootstrap 转换到 Laravel 2022-11-06 19:28:22 +08:00
config 优化代码 2023-01-19 02:23:22 +08:00
database 改进 工单系统 2023-01-19 17:25:14 +08:00
lang 优化导入,格式化代码 2022-11-16 13:16:56 +08:00
public 改进 fav 2023-01-19 21:11:19 +08:00
resources 增加 状态显示 2023-01-20 15:14:32 +08:00
routes 修正 命名空间 2023-01-20 00:11:50 +08:00
storage 转换到 Laravel 2022-11-06 19:28:22 +08:00
tests 优化导入,格式化代码 2022-11-16 13:16:56 +08:00
.editorconfig 转换到 Laravel 2022-11-06 19:28:22 +08:00
.env.example 添加 实人认证 2023-01-15 05:37:25 +08:00
.gitattributes 转换到 Laravel 2022-11-06 19:28:22 +08:00
.gitignore 增加 集群配置文件同步 2023-01-03 19:42:52 +08:00
.phpstorm.meta.php add phpdoc 2022-11-20 11:40:20 +08:00
artisan 优化导入,格式化代码 2022-11-16 13:16:56 +08:00
composer.json 增加 ext-pdo 要求 2023-01-19 02:23:05 +08:00
composer.lock 升级软件包 2023-01-19 03:06:37 +08:00
package-lock.json 为 管理系统 做铺垫 2022-11-14 18:37:09 +08:00
package.json 使用 Bootstrap 5 暗色模式 2023-01-18 01:09:15 +08:00
phpunit.xml 转换到 Laravel 2022-11-06 19:28:22 +08:00
README.md Update README.md 2023-01-14 01:05:42 +08:00
vite.config.js 优化导入,格式化代码 2022-11-16 13:16:56 +08:00
yarn.lock 使用 Bootstrap 5 暗色模式 2023-01-18 01:09:15 +08:00

LaeCloud 莱云

主节点运行

docker run -itd --name=lae_schedule --init --restart=always --net=host -v /opt/lae:/opt/lae ccr.ccs.tencentyun.com/laecloud/cafe:latte art schedule:work

docker run -itd --name=lae_workers --init --restart=always --net=host -v /opt/lae:/opt/lae ccr.ccs.tencentyun.com/laecloud/cafe:latte art queue:work

Web 节点运行

docker run -itd --name=lae --init --restart=always --net=host -v /opt/lae:/opt/lae ccr.ccs.tencentyun.com/laecloud/cafe:latte art works

单次执行 比如 migrate 或者 composer

docker run -it --rm --init --net=host -v /opt/lae:/opt/lae ccr.ccs.tencentyun.com/laecloud/cafe:latte php
docker run -it --rm --init --net=host -v /opt/lae:/opt/lae ccr.ccs.tencentyun.com/laecloud/cafe:latte art