莱云 v3 主控系统
Go to file
2023-02-10 03:04:13 +08:00
app 增加 SSE 兼容性 2023-02-10 03:04:13 +08:00
bin 改名 2023-02-09 18:07:39 +08:00
bootstrap 转换到 Laravel 2022-11-06 19:28:22 +08:00
config 升级 RoadRunner 版本 2023-02-08 23:28:15 +08:00
database 改进 Task 2023-02-08 13:14:20 +08:00
lang 增加 Auth 基本功能 2023-02-02 02:58:44 +08:00
public 升级 2023-02-03 01:21:45 +08:00
resources 改进 匿名认证 2023-02-07 17:45:31 +08:00
routes 改进 登录请求 2023-02-07 17:20:54 +08:00
storage 转换到 Laravel 2022-11-06 19:28:22 +08:00
stubs 移除 edge- 前缀 2023-02-09 19:56:54 +08:00
tests 使用 Pint 格式化代码 2023-01-31 00:14:07 +08:00
.editorconfig 转换到 Laravel 2022-11-06 19:28:22 +08:00
.env.example 更改默认路径 2023-02-06 18:41:13 +08:00
.gitattributes 转换到 Laravel 2022-11-06 19:28:22 +08:00
.gitignore 增加 忽略文件 2023-02-08 21:34:51 +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 画饼 deployer 2023-02-09 18:35:08 +08:00
composer.lock 画饼 deployer 2023-02-09 18:35:08 +08:00
deploy.php 格式化代码 2023-02-09 18:56:59 +08:00
package-lock.json 为 管理系统 做铺垫 2022-11-14 18:37:09 +08:00
package.json 增加 Auth 基本功能 2023-02-02 02:58:44 +08:00
phpunit.xml 转换到 Laravel 2022-11-06 19:28:22 +08:00
README.md 添加 集群配置文件 2023-02-08 20:44:59 +08:00
renovate.json Add renovate.json 2023-01-22 14:58:13 +00:00
server.php 使用 Pint 格式化代码 2023-01-31 00:14:07 +08:00
vite.config.js 优化导入,格式化代码 2022-11-16 13:16:56 +08:00
yarn.lock 升级软件包 2023-02-02 03:06:08 +08:00

LaeCloud 莱云

扣费队列

  1. default 默认扣费队列
  2. host-cost 机器扣费队列

主节点运行

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_worker --init --restart=always --net=host -v /opt/lae:/opt/lae ccr.ccs.tencentyun.com/laecloud/cafe:latte art queue:work --queue=default,host-cost

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