【发布时间】:2018-09-22 21:08:33
【问题描述】:
我有一个网络应用程序,我想将其部署在 Google 云中。它使用 python 和 node js 构建,node js 与 python 通信。如何使用两个不同的运行时部署应用程序?
节点js.yaml:
runtime: nodejs
api_version: 1
env: flex
蟒蛇.yaml
runtime: python
env: flex
threadsafe: true
runtime_config:
python_version: 3
health_check:
enable_health_check: True
check_interval_sec: 5
timeout_sec: 4
unhealthy_threshold: 2
healthy_threshold: 2
【问题讨论】:
标签: python node.js express google-app-engine google-cloud-storage