莱云 v3 主控系统
Go to file
2023-01-14 18:05:28 +08:00
app 修改为 复数 2023-01-13 22:41:28 +08:00
bootstrap 转换到 Laravel 2022-11-06 19:28:22 +08:00
config 修复 语法错误 2023-01-10 20:44:14 +08:00
database 改进 迁移 2023-01-14 18:05:18 +08:00
lang 优化导入,格式化代码 2022-11-16 13:16:56 +08:00
public 构建前端 2023-01-05 22:21:03 +08:00
resources 显示 邮件通知 可选项 2023-01-13 22:13:11 +08:00
routes 增加 刷新主机任务 2023-01-13 18:42: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 升级 软件包 2023-01-12 17:01:06 +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-14 01:05:42 +08:00
vite.config.js 优化导入,格式化代码 2022-11-16 13:16:56 +08:00
yarn.lock 更新 2023-01-10 20:46:04 +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