Skip to main content

部署到 Cloudflare 容器

Cloudflare 容器是一个新的处于测试阶段的平台,用于从 Cloudflare 的 Worker 函数调用 Docker 容器。
它需要付费的 Workers 计划。

🌐 Cloudflare Containers is a new platform in Beta for invoking Docker containers from Cloudflare's Worker functions.
It requires a paid Workers plan.

查看我们的 演示 以将 Remotion 项目部署到 Cloudflare 容器。

🌐 See our demo to deploy a Remotion project to Cloudflare Containers.

限制

🌐 Limitations

上述仓库是一个概念验证,重点是 Remotion 与 Cloudflare 容器的集成。
它尚未达到生产就绪状态,且未考虑以下方面:

🌐 The above repository is a proof of concept focusing on the integration of Remotion with Cloudflare Containers.
It is not production-ready and does not consider the following aspects:

  • 在此演示中未实现身份验证、排队或速率限制。
  • 视频正在保存到一个随机名称的 R2 存储桶中。
  • 没有进度发送给客户端。
  • 错误不会传到客户端。