mesop-jeopardy / app.yaml
Richard
Add deployment instructions.
273acd0
raw
history blame contribute delete
302 Bytes
# App Engine Flex deployment
runtime: python
env: flex
entrypoint: gunicorn -b :$PORT main:me
runtime_config:
operating_system: ubuntu22
runtime_version: "3.10"
manual_scaling:
instances: 1
resources:
cpu: 1
memory_gb: 0.5
disk_size_gb: 10
env_variables:
GOOGLE_API_KEY: YOUR-API-KEY