莱云 v3 主控系统
Go to file
2023-01-06 00:47:46 +08:00
app 添加 管理员名称 2023-01-05 22:36:19 +08:00
bootstrap 转换到 Laravel 2022-11-06 19:28:22 +08:00
config Update cors 2023-01-06 00:47:46 +08:00
database 添加 管理员名称 2023-01-05 22:36:19 +08:00
lang 优化导入,格式化代码 2022-11-16 13:16:56 +08:00
public 构建前端 2023-01-05 22:21:03 +08:00
resources 添加 管理员名称 2023-01-05 22:36:19 +08:00
routes 增加 Cluster Nodes 2023-01-05 13:46:05 +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-05 03:17:18 +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 升级到 php8.2 2023-01-05 22:12:47 +08:00
composer.lock 升级到 php8.2 2023-01-05 22:12:47 +08:00
package-lock.json 为 管理系统 做铺垫 2022-11-14 18:37:09 +08:00
package.json 更新 支付页面 2022-12-03 20:16:16 +08:00
phpunit.xml 转换到 Laravel 2022-11-06 19:28:22 +08:00
README.md Update: README.md 2023-01-06 00:39:44 +08:00
vite.config.js 优化导入,格式化代码 2022-11-16 13:16:56 +08:00
yarn.lock 增加 暗色模式 2023-01-05 18:51:49 +08:00

LaeCloud 莱云

主节点运行

docker run -itd --name=lae_schedule --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 --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 --restart=always --net=host -v /opt/lae:/opt/lae ccr.ccs.tencentyun.com/laecloud/cafe:latte art works

单次执行 比如 migrate 或者 composer

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