莱云 v3 主控系统
Go to file
2023-02-28 18:05:27 +08:00
app 增加 资源所有者验证 2023-02-28 18:05:27 +08:00
bin chmod +x 2023-02-12 01:13:38 +08:00
bootstrap 改进 index.php 以及引导程序 2023-02-26 22:52:47 +08:00
config 改进 推介系统 2023-02-23 09:40:40 +08:00
database 增加 推介系统 2023-02-23 02:00:53 +08:00
lang 增加 主机计费周期 2023-02-13 02:22:12 +08:00
public 改进 index.php 以及引导程序 2023-02-26 22:52:47 +08:00
resources 增加 更多状态 2023-02-28 18:05:13 +08:00
routes 改进 注册登录 2023-02-26 21:10:57 +08:00
storage 转换到 Laravel 2022-11-06 19:28:22 +08:00
stubs 增加 max_fails=1 fail_timeout=10s 2023-02-12 00:29:05 +08:00
supervisor 移除 多余的选项 2023-02-12 01:56:52 +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-17 20:58:20 +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 修改 软件包 2023-02-26 21:11:10 +08:00
composer.lock 修改 软件包 2023-02-26 21:11:10 +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-12 01:52:34 +08:00
renovate.json Add renovate.json 2023-01-22 14:58:13 +00: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,notifications

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