来自 Gitpod 的问候!(在 Google Cloud 上安装 + 自动化开发环境配置)

有可能,但这并不简单。Discourse 并非无状态容器,而 Google Cloud Run 正是为此设计的。因此,你需要一种方式为 Discourse 中保存的数据(如上传文件、头像、数据库)添加某种持久化卷。

我建议使用普通的 Google Compute Engine 实例即可。借助某种脚本或基础设施管理工具,你应该能够自动化部署新的 Discourse 实例。这份指南可能也会对你有帮助:Install Discourse on Ubuntu or Debian for Development