0% found this document useful (0 votes)
34 views1 page

Python Flex Environment Setup Guide

The document outlines a configuration for a Python application using Google Cloud's flexible environment. It specifies the use of Gunicorn as the entry point, sets the Python version to 3.7, and defines a cloud storage bucket. Additionally, it indicates manual scaling with one instance.

Uploaded by

nd735682
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views1 page

Python Flex Environment Setup Guide

The document outlines a configuration for a Python application using Google Cloud's flexible environment. It specifies the use of Gunicorn as the entry point, sets the Python version to 3.7, and defines a cloud storage bucket. Additionally, it indicates manual scaling with one instance.

Uploaded by

nd735682
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

runtime: python

env: flex
entrypoint: gunicorn -b :$PORT main:app
runtime_config:
python_version: 3.7
env_variables:
CLOUD_STORAGE_BUCKET: qwiklabs-gcp-03-8e1b1a19802d
manual_scaling:
instances: 1

You might also like